#B37746

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

Shades of Bourbon #B37746

Tints of Bourbon #B37746

Color information

#B37746 (or 0xB37746) is unknown color: approx Bourbon. HEX triplet: B3, 77 and 46. RGB value is (179,119,70). Sum of RGB (Red+Green+Blue) = 179+119+70=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B37746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37746 is #4C88B9. Grayscale: #838383. Windows color (decimal): -5015738 or 4618163. OLE color: 4618163.

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

Color convert

RGB17911970-
CMYK00.340.610.30
HSL26.97º43.78%48.82%-
HSV(B)26.97º60.89%70.2%-
XYZ26.2923.228.89-
YUV131.3593.38161.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=48.64%
G=32.34%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791197000.340.610.3026.9743.7848.82
HexB377460223D1E1b2c31
Octal2631671060427536335461
Binary101100111110111100011001000101111011111011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37746; }

 p { color: rgb(179,119,70); }

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

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

 a { background-color: rgb(179,119,70); }

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

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

 span { border-color: rgb(179,119,70); }

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