#B37D2C

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

Shades of Mandalay #B37D2C

Tints of Mandalay #B37D2C

Color information

#B37D2C (or 0xB37D2C) is unknown color: approx Mandalay. HEX triplet: B3, 7D and 2C. RGB value is (179,125,44). Sum of RGB (Red+Green+Blue) = 179+125+44=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D2C is #4C82D3. Grayscale: #848484. Windows color (decimal): -5014228 or 2915763. OLE color: 2915763.

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

Color convert

RGB17912544-
CMYK00.300.750.30
HSL36º60.54%43.73%-
HSV(B)36º75.42%70.2%-
XYZ26.3824.435.71-
YUV131.9178.39161.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=51.44%
G=35.92%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791254400.300.750.303660.5443.73
HexB37D2C01E4B1E243d2c
Octal2631755403611336447554
Binary101100111111101101100011110100101111110100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37D2C; }

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

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

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

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

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

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

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

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