#B2802A

Color #B2802A Mandalay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandalay #B2802A

Tints of Mandalay #B2802A

Color information

#B2802A (or 0xB2802A) is unknown color: approx Mandalay. HEX triplet: B2, 80 and 2A. RGB value is (178,128,42). Sum of RGB (Red+Green+Blue) = 178+128+42=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B2802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2802A is #4D7FD5. Grayscale: #858585. Windows color (decimal): -5078998 or 2785458. OLE color: 2785458.

HSL color Cylindrical-coordinate representation of color #B2802A: hue angle of 37.94º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2802A is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB17812842-
CMYK00.280.760.30
HSL37.94º61.82%43.14%-
HSV(B)37.94º76.4%69.8%-
XYZ26.525.075.63-
YUV133.1576.56159.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 42 (16.80% from 255) = 12.07%
R=51.15%
G=36.78%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781284200.280.760.3037.9461.8243.14
HexB2802A01C4C1E263e2b
Octal2622005203411436467653
Binary1011001010000000101010011100100110011110100110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2802A; }

 p { color: rgb(178,128,42); }

 H1.HeaderClassName
 {
   color: #B2802A;
 }
 .AnyTagClassName
 {
   color: #B2802A;
 }
</style>
background-color css

<style>
 a { background-color: #B2802A; }

 a { background-color: rgb(178,128,42); }

 div.DivClassName
 {
   background-color: #B2802A;
 }
 .BgClassName
 {
   background-color: #B2802A;
 }
</style>
border-color css

<style>
 span { border-color: #B2802A; }

 span { border-color: rgb(178,128,42); }

 td.TdClassName
 {
   border-color: #B2802A;
 }
 .TagClassName
 {
   border-color: #B2802A;
 }
</style>