#b87149

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

Shades of Bourbon #B87149

Tints of Bourbon #B87149

Color information

#B87149 (or 0xB87149) is unknown color: approx Bourbon. HEX triplet: B8, 71 and 49. RGB value is (184,113,73). Sum of RGB (Red+Green+Blue) = 184+113+73=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B87149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87149 is #478EB6. Grayscale: #818181. Windows color (decimal): -4689591 or 4813240. OLE color: 4813240.

HSL color Cylindrical-coordinate representation of color #B87149: hue angle of 21.62º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B87149 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18411373-
CMYK00.390.600.28
HSL21.62º43.87%50.39%-
HSV(B)21.62º60.33%72.16%-
XYZ26.8722.489.23-
YUV129.6796.02166.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.73%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 73 (28.91% from 255) = 19.73%
R=49.73%
G=30.54%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841137300.390.600.2821.6243.8750.39
HexB871490273C1C162c32
Octal2701611110477434265462
Binary101110001110001100100101001111111001110010110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b87149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b87149; }

 p { color: rgb(184,113,73); }

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

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

 a { background-color: rgb(184,113,73); }

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

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

 span { border-color: rgb(184,113,73); }

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