#B37B25

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

Shades of Mandalay #B37B25

Tints of Mandalay #B37B25

Color information

#B37B25 (or 0xB37B25) is unknown color: approx Mandalay. HEX triplet: B3, 7B and 25. RGB value is (179,123,37). Sum of RGB (Red+Green+Blue) = 179+123+37=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B37B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37B25 is #4C84DA. Grayscale: #828282. Windows color (decimal): -5014747 or 2456499. OLE color: 2456499.

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

Color convert

RGB17912337-
CMYK00.310.790.30
HSL36.34º65.74%42.35%-
HSV(B)36.34º79.33%70.2%-
XYZ26.0123.884.99-
YUV129.9475.55162.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.80%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 37 (14.84% from 255) = 10.91%
R=52.80%
G=36.28%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791233700.310.790.3036.3465.7442.35
HexB37B2501F4F1E24422a
Octal26317345037117364410252
Binary1011001111110111001010111111001111111101001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37B25; }

 p { color: rgb(179,123,37); }

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

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

 a { background-color: rgb(179,123,37); }

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

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

 span { border-color: rgb(179,123,37); }

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