#B86A45

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

Shades of Bourbon #B86A45

Tints of Bourbon #B86A45

Color information

#B86A45 (or 0xB86A45) is unknown color: approx Bourbon. HEX triplet: B8, 6A and 45. RGB value is (184,106,69). Sum of RGB (Red+Green+Blue) = 184+106+69=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86A45 is #4795BA. Grayscale: #7D7D7D. Windows color (decimal): -4691387 or 4549304. OLE color: 4549304.

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

Color convert

RGB18410669-
CMYK00.420.620.28
HSL19.3º45.45%49.61%-
HSV(B)19.3º62.5%72.16%-
XYZ2620.938.3-
YUV125.196.34170.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=51.25%
G=29.53%
B=19.22%

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
Decimal1841066900.420.620.2819.345.4549.61
HexB86A4502A3E1C132d32
Octal2701521050527634235562
Binary101110001101010100010101010101111101110010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86A45; }

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

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

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

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

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

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

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

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