#B86B45

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

Shades of Bourbon #B86B45

Tints of Bourbon #B86B45

Color information

#B86B45 (or 0xB86B45) is unknown color: approx Bourbon. HEX triplet: B8, 6B and 45. RGB value is (184,107,69). Sum of RGB (Red+Green+Blue) = 184+107+69=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86B45 is #4794BA. Grayscale: #7D7D7D. Windows color (decimal): -4691131 or 4549560. OLE color: 4549560.

HSL color Cylindrical-coordinate representation of color #B86B45: hue angle of 19.83º 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 #B86B45 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB18410769-
CMYK00.420.620.28
HSL19.83º45.45%49.61%-
HSV(B)19.83º62.5%72.16%-
XYZ26.121.148.33-
YUV125.6996.01169.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=51.11%
G=29.72%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841076900.420.620.2819.8345.4549.61
HexB86B4502A3E1C142d32
Octal2701531050527634245562
Binary101110001101011100010101010101111101110010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B45; }

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

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

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

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

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

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

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

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