#B87040

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

Shades of Bourbon #B87040

Tints of Bourbon #B87040

Color information

#B87040 (or 0xB87040) is unknown color: approx Bourbon. HEX triplet: B8, 70 and 40. RGB value is (184,112,64). Sum of RGB (Red+Green+Blue) = 184+112+64=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B87040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87040 is #478FBF. Grayscale: #808080. Windows color (decimal): -4689856 or 4223160. OLE color: 4223160.

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

Color convert

RGB18411264-
CMYK00.390.650.28
HSL24º48.39%48.63%-
HSV(B)24º65.22%72.16%-
XYZ26.4922.157.73-
YUV128.0691.85167.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 64 (25.39% from 255) = 17.78%
R=51.11%
G=31.11%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841126400.390.650.282448.3948.63
HexB87040027411C183031
Octal27016010004710134306061
Binary1011100011100001000000010011110000011110011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87040; }

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

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

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

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

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

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

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

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