#B88135

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

Shades of Mandalay #B88135

Tints of Mandalay #B88135

Color information

#B88135 (or 0xB88135) is unknown color: approx Mandalay. HEX triplet: B8, 81 and 35. RGB value is (184,129,53). Sum of RGB (Red+Green+Blue) = 184+129+53=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 53 (21.09% from 255 or 14.48% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B88135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88135 is #477ECA. Grayscale: #898989. Windows color (decimal): -4685515 or 3506616. OLE color: 3506616.

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

Color convert

RGB18412953-
CMYK00.300.710.28
HSL34.81º55.27%46.47%-
HSV(B)34.81º71.2%72.16%-
XYZ28.2626.156.93-
YUV136.7880.72161.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 129 (50.78% from 255) = 35.25%
BLUE value IS 53 (21.09% from 255) = 14.48%
R=50.27%
G=35.25%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841295300.300.710.2834.8155.2746.47
HexB8813501E471C23372e
Octal2702016503610734436756
Binary1011100010000001110101011110100011111100100011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88135; }

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

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

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

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

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

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

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

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