#B8812A

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

Shades of Mandalay #B8812A

Tints of Mandalay #B8812A

Color information

#B8812A (or 0xB8812A) is unknown color: approx Mandalay. HEX triplet: B8, 81 and 2A. RGB value is (184,129,42). Sum of RGB (Red+Green+Blue) = 184+129+42=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B8812A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8812A is #477ED5. Grayscale: #878787. Windows color (decimal): -4685526 or 2785720. OLE color: 2785720.

HSL color Cylindrical-coordinate representation of color #B8812A: hue angle of 36.76º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8812A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18412942-
CMYK00.300.770.28
HSL36.76º62.83%44.31%-
HSV(B)36.76º77.17%72.16%-
XYZ28.0426.065.74-
YUV135.5375.22162.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 129 (50.78% from 255) = 36.34%
BLUE value IS 42 (16.80% from 255) = 11.83%
R=51.83%
G=36.34%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841294200.300.770.2836.7662.8344.31
HexB8812A01E4D1C253f2c
Octal2702015203611534457754
Binary1011100010000001101010011110100110111100100101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8812A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8812A; }

 p { color: rgb(184,129,42); }

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

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

 a { background-color: rgb(184,129,42); }

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

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

 span { border-color: rgb(184,129,42); }

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