#B88126

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

Shades of Mandalay #B88126

Tints of Mandalay #B88126

Color information

#B88126 (or 0xB88126) is unknown color: approx Mandalay. HEX triplet: B8, 81 and 26. RGB value is (184,129,38). Sum of RGB (Red+Green+Blue) = 184+129+38=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B88126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88126 is #477ED9. Grayscale: #878787. Windows color (decimal): -4685530 or 2523576. OLE color: 2523576.

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

Color convert

RGB18412938-
CMYK00.300.790.28
HSL37.4º65.77%43.53%-
HSV(B)37.4º79.35%72.16%-
XYZ27.9726.035.38-
YUV135.0773.22162.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 38 (15.23% from 255) = 10.83%
R=52.42%
G=36.75%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841293800.300.790.2837.465.7743.53
HexB8812601E4F1C25422c
Octal27020146036117344510254
Binary10111000100000011001100111101001111111001001011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88126; }

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

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

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

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

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

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

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

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