#B37445

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

Shades of Bourbon #B37445

Tints of Bourbon #B37445

Color information

#B37445 (or 0xB37445) is unknown color: approx Bourbon. HEX triplet: B3, 74 and 45. RGB value is (179,116,69). Sum of RGB (Red+Green+Blue) = 179+116+69=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B37445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37445 is #4C8BBA. Grayscale: #818181. Windows color (decimal): -5016507 or 4551859. OLE color: 4551859.

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

Color convert

RGB17911669-
CMYK00.350.610.30
HSL25.64º44.35%48.63%-
HSV(B)25.64º61.45%70.2%-
XYZ25.9122.58.61-
YUV129.4893.87163.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=49.18%
G=31.87%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791166900.350.610.3025.6444.3548.63
HexB374450233D1E1a2c31
Octal2631641050437536325461
Binary101100111110100100010101000111111011111011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37445; }

 p { color: rgb(179,116,69); }

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

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

 a { background-color: rgb(179,116,69); }

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

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

 span { border-color: rgb(179,116,69); }

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