#B37F26

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

Shades of Mandalay #B37F26

Tints of Mandalay #B37F26

Color information

#B37F26 (or 0xB37F26) is unknown color: approx Mandalay. HEX triplet: B3, 7F and 26. RGB value is (179,127,38). Sum of RGB (Red+Green+Blue) = 179+127+38=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F26 is #4C80D9. Grayscale: #848484. Windows color (decimal): -5013722 or 2523059. OLE color: 2523059.

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

Color convert

RGB17912738-
CMYK00.290.790.30
HSL37.87º64.98%42.55%-
HSV(B)37.87º78.77%70.2%-
XYZ26.5324.95.24-
YUV132.474.73161.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.03%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=52.03%
G=36.92%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791273800.290.790.3037.8764.9842.55
HexB37F2601D4F1E26412b
Octal26317746035117364610153
Binary1011001111111111001100111011001111111101001101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37F26; }

 p { color: rgb(179,127,38); }

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

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

 a { background-color: rgb(179,127,38); }

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

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

 span { border-color: rgb(179,127,38); }

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