#B86D3B

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

Shades of Bourbon #B86D3B

Tints of Bourbon #B86D3B

Color information

#B86D3B (or 0xB86D3B) is unknown color: approx Bourbon. HEX triplet: B8, 6D and 3B. RGB value is (184,109,59). Sum of RGB (Red+Green+Blue) = 184+109+59=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D3B is #4792C4. Grayscale: #7D7D7D. Windows color (decimal): -4690629 or 3894712. OLE color: 3894712.

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

Color convert

RGB18410959-
CMYK00.410.680.28
HSL24º51.44%47.65%-
HSV(B)24º67.93%72.16%-
XYZ26.0321.446.9-
YUV125.7290.35169.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.27%
GREEN value IS 109 (42.97% from 255) = 30.97%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=52.27%
G=30.97%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841095900.410.680.282451.4447.65
HexB86D3B029441C183330
Octal2701557305110434306360
Binary101110001101101111011010100110001001110011000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D3B; }

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

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

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

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

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

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

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

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