#B37C26

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

Shades of Mandalay #B37C26

Tints of Mandalay #B37C26

Color information

#B37C26 (or 0xB37C26) is unknown color: approx Mandalay. HEX triplet: B3, 7C and 26. RGB value is (179,124,38). Sum of RGB (Red+Green+Blue) = 179+124+38=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C26 is #4C83D9. Grayscale: #838383. Windows color (decimal): -5014490 or 2522291. OLE color: 2522291.

HSL color Cylindrical-coordinate representation of color #B37C26: hue angle of 36.6º 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 #B37C26 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB17912438-
CMYK00.310.790.30
HSL36.6º64.98%42.55%-
HSV(B)36.6º78.77%70.2%-
XYZ26.1524.145.11-
YUV130.6475.72162.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 38 (15.23% from 255) = 11.14%
R=52.49%
G=36.36%
B=11.14%

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
Decimal1791243800.310.790.3036.664.9842.55
HexB37C2601F4F1E25412b
Octal26317446037117364510153
Binary1011001111111001001100111111001111111101001011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37C26; }

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

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

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

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

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

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

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

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