#B86943

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

Shades of Bourbon #B86943

Tints of Bourbon #B86943

Color information

#B86943 (or 0xB86943) is unknown color: approx Bourbon. HEX triplet: B8, 69 and 43. RGB value is (184,105,67). Sum of RGB (Red+Green+Blue) = 184+105+67=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B86943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86943 is #4796BC. Grayscale: #7C7C7C. Windows color (decimal): -4691645 or 4417976. OLE color: 4417976.

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

Color convert

RGB18410567-
CMYK00.430.640.28
HSL19.49º46.61%49.22%-
HSV(B)19.49º63.59%72.16%-
XYZ25.8320.77.94-
YUV124.2995.67170.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 67 (26.56% from 255) = 18.82%
R=51.69%
G=29.49%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841056700.430.640.2819.4946.6149.22
HexB8694302B401C132f31
Octal27015110305310034235761
Binary1011100011010011000011010101110000001110010011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86943; }

 p { color: rgb(184,105,67); }

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

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

 a { background-color: rgb(184,105,67); }

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

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

 span { border-color: rgb(184,105,67); }

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