#B37147

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

Shades of Bourbon #B37147

Tints of Bourbon #B37147

Color information

#B37147 (or 0xB37147) is unknown color: approx Bourbon. HEX triplet: B3, 71 and 47. RGB value is (179,113,71). Sum of RGB (Red+Green+Blue) = 179+113+71=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B37147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37147 is #4C8EB8. Grayscale: #808080. Windows color (decimal): -5017273 or 4682163. OLE color: 4682163.

HSL color Cylindrical-coordinate representation of color #B37147: hue angle of 23.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B37147 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17911371-
CMYK00.370.600.30
HSL23.33º43.2%49.02%-
HSV(B)23.33º60.34%70.2%-
XYZ25.6321.858.83-
YUV127.9595.87164.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=49.31%
G=31.13%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791137100.370.600.3023.3343.249.02
HexB371470253C1E172b31
Octal2631611070457436275361
Binary101100111110001100011101001011111001111010111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37147; }

 p { color: rgb(179,113,71); }

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

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

 a { background-color: rgb(179,113,71); }

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

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

 span { border-color: rgb(179,113,71); }

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