#B86D40

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

Shades of Bourbon #B86D40

Tints of Bourbon #B86D40

Color information

#B86D40 (or 0xB86D40) is unknown color: approx Bourbon. HEX triplet: B8, 6D and 40. RGB value is (184,109,64). Sum of RGB (Red+Green+Blue) = 184+109+64=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D40 is #4792BF. Grayscale: #7E7E7E. Windows color (decimal): -4690624 or 4222392. OLE color: 4222392.

HSL color Cylindrical-coordinate representation of color #B86D40: hue angle of 22.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B86D40 is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB18410964-
CMYK00.410.650.28
HSL22.5º48.39%48.63%-
HSV(B)22.5º65.22%72.16%-
XYZ26.1621.57.62-
YUV126.392.85169.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.54%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 64 (25.39% from 255) = 17.93%
R=51.54%
G=30.53%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841096400.410.650.2822.548.3948.63
HexB86D40029411C163031
Octal27015510005110134266061
Binary1011100011011011000000010100110000011110010110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D40; }

 p { color: rgb(184,109,64); }

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

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

 a { background-color: rgb(184,109,64); }

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

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

 span { border-color: rgb(184,109,64); }

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