#B37544

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

Shades of Bourbon #B37544

Tints of Bourbon #B37544

Color information

#B37544 (or 0xB37544) is unknown color: approx Bourbon. HEX triplet: B3, 75 and 44. RGB value is (179,117,68). Sum of RGB (Red+Green+Blue) = 179+117+68=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B37544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37544 is #4C8ABB. Grayscale: #828282. Windows color (decimal): -5016252 or 4486579. OLE color: 4486579.

HSL color Cylindrical-coordinate representation of color #B37544: hue angle of 26.49º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B37544 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB17911768-
CMYK00.350.620.30
HSL26.49º44.94%48.43%-
HSV(B)26.49º62.01%70.2%-
XYZ2622.728.48-
YUV129.9593.04162.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 117 (46.09% from 255) = 32.14%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=49.18%
G=32.14%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791176800.350.620.3026.4944.9448.43
HexB375440233E1E1a2d30
Octal2631651040437636325560
Binary101100111110101100010001000111111101111011010101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37544; }

 p { color: rgb(179,117,68); }

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

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

 a { background-color: rgb(179,117,68); }

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

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

 span { border-color: rgb(179,117,68); }

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