#B68127

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

Shades of Mandalay #B68127

Tints of Mandalay #B68127

Color information

#B68127 (or 0xB68127) is unknown color: approx Mandalay. HEX triplet: B6, 81 and 27. RGB value is (182,129,39). Sum of RGB (Red+Green+Blue) = 182+129+39=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B68127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68127 is #497ED8. Grayscale: #878787. Windows color (decimal): -4816601 or 2589110. OLE color: 2589110.

HSL color Cylindrical-coordinate representation of color #B68127: hue angle of 37.76º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68127 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18212939-
CMYK00.290.790.29
HSL37.76º64.71%43.33%-
HSV(B)37.76º78.57%71.37%-
XYZ27.5125.795.45-
YUV134.5974.06161.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 39 (15.62% from 255) = 11.14%
R=52%
G=36.86%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821293900.290.790.2937.7664.7143.33
HexB6812701D4F1D26412b
Octal26620147035117354610153
Binary10110110100000011001110111011001111111011001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68127; }

 p { color: rgb(182,129,39); }

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

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

 a { background-color: rgb(182,129,39); }

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

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

 span { border-color: rgb(182,129,39); }

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