#B37D27

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

Shades of Mandalay #B37D27

Tints of Mandalay #B37D27

Color information

#B37D27 (or 0xB37D27) is unknown color: approx Mandalay. HEX triplet: B3, 7D and 27. RGB value is (179,125,39). Sum of RGB (Red+Green+Blue) = 179+125+39=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D27 is #4C82D8. Grayscale: #838383. Windows color (decimal): -5014233 or 2588083. OLE color: 2588083.

HSL color Cylindrical-coordinate representation of color #B37D27: hue angle of 36.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B37D27 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17912539-
CMYK00.300.780.30
HSL36.86º64.22%42.75%-
HSV(B)36.86º78.21%70.2%-
XYZ26.2924.45.24-
YUV131.3475.89161.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 125 (49.22% from 255) = 36.44%
BLUE value IS 39 (15.62% from 255) = 11.37%
R=52.19%
G=36.44%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791253900.300.780.3036.8664.2242.75
HexB37D2701E4E1E25402b
Octal26317547036116364510053
Binary1011001111111011001110111101001110111101001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D27; }

 p { color: rgb(179,125,39); }

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

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

 a { background-color: rgb(179,125,39); }

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

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

 span { border-color: rgb(179,125,39); }

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