#B8852D

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

Shades of Mandalay #B8852D

Tints of Mandalay #B8852D

Color information

#B8852D (or 0xB8852D) is unknown color: approx Mandalay. HEX triplet: B8, 85 and 2D. RGB value is (184,133,45). Sum of RGB (Red+Green+Blue) = 184+133+45=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8852D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8852D is #477AD2. Grayscale: #8A8A8A. Windows color (decimal): -4684499 or 2983352. OLE color: 2983352.

HSL color Cylindrical-coordinate representation of color #B8852D: hue angle of 37.99º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8852D is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB18413345-
CMYK00.280.760.28
HSL37.99º60.7%44.9%-
HSV(B)37.99º75.54%72.16%-
XYZ28.6327.156.22-
YUV138.2275.4160.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 45 (17.97% from 255) = 12.43%
R=50.83%
G=36.74%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841334500.280.760.2837.9960.744.9
HexB8852D01C4C1C263d2d
Octal2702055503411434467555
Binary1011100010000101101101011100100110011100100110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8852D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8852D; }

 p { color: rgb(184,133,45); }

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

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

 a { background-color: rgb(184,133,45); }

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

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

 span { border-color: rgb(184,133,45); }

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