#B86E3C

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

Shades of Bourbon #B86E3C

Tints of Bourbon #B86E3C

Color information

#B86E3C (or 0xB86E3C) is unknown color: approx Bourbon. HEX triplet: B8, 6E and 3C. RGB value is (184,110,60). Sum of RGB (Red+Green+Blue) = 184+110+60=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E3C is #4791C3. Grayscale: #7E7E7E. Windows color (decimal): -4690372 or 3960504. OLE color: 3960504.

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

Color convert

RGB18411060-
CMYK00.400.670.28
HSL24.19º50.82%47.84%-
HSV(B)24.19º67.39%72.16%-
XYZ26.1621.677.08-
YUV126.4390.52169.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 60 (23.83% from 255) = 16.95%
R=51.98%
G=31.07%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841106000.400.670.2824.1950.8247.84
HexB86E3C028431C183330
Octal2701567405010334306360
Binary101110001101110111100010100010000111110011000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86E3C; }

 p { color: rgb(184,110,60); }

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

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

 a { background-color: rgb(184,110,60); }

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

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

 span { border-color: rgb(184,110,60); }

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