#B88130

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

Shades of Mandalay #B88130

Tints of Mandalay #B88130

Color information

#B88130 (or 0xB88130) is unknown color: approx Mandalay. HEX triplet: B8, 81 and 30. RGB value is (184,129,48). Sum of RGB (Red+Green+Blue) = 184+129+48=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B88130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88130 is #477ECF. Grayscale: #888888. Windows color (decimal): -4685520 or 3178936. OLE color: 3178936.

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

Color convert

RGB18412948-
CMYK00.300.740.28
HSL35.74º58.62%45.49%-
HSV(B)35.74º73.91%72.16%-
XYZ28.1526.16.35-
YUV136.2178.22162.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=50.97%
G=35.73%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841294800.300.740.2835.7458.6245.49
HexB8813001E4A1C243b2d
Octal2702016003611234447355
Binary1011100010000001110000011110100101011100100100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88130; }

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

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

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

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

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

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

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

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