#B87145

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

Shades of Bourbon #B87145

Tints of Bourbon #B87145

Color information

#B87145 (or 0xB87145) is unknown color: approx Bourbon. HEX triplet: B8, 71 and 45. RGB value is (184,113,69). Sum of RGB (Red+Green+Blue) = 184+113+69=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 69 (27.34% from 255 or 18.85% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B87145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87145 is #478EBA. Grayscale: #818181. Windows color (decimal): -4689595 or 4551096. OLE color: 4551096.

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

Color convert

RGB18411369-
CMYK00.390.620.28
HSL22.96º45.45%49.61%-
HSV(B)22.96º62.5%72.16%-
XYZ26.7522.438.55-
YUV129.2194.02167.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 69 (27.34% from 255) = 18.85%
R=50.27%
G=30.87%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841136900.390.620.2822.9645.4549.61
HexB871450273E1C172d32
Octal2701611050477634275562
Binary101110001110001100010101001111111101110010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87145; }

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

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

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

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

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

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

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

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