#B87042

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

Shades of Bourbon #B87042

Tints of Bourbon #B87042

Color information

#B87042 (or 0xB87042) is unknown color: approx Bourbon. HEX triplet: B8, 70 and 42. RGB value is (184,112,66). Sum of RGB (Red+Green+Blue) = 184+112+66=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B87042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87042 is #478FBD. Grayscale: #808080. Windows color (decimal): -4689854 or 4354232. OLE color: 4354232.

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

Color convert

RGB18411266-
CMYK00.390.640.28
HSL23.39º47.2%49.02%-
HSV(B)23.39º64.13%72.16%-
XYZ26.5422.178.03-
YUV128.2892.85167.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 66 (26.17% from 255) = 18.23%
R=50.83%
G=30.94%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841126600.390.640.2823.3947.249.02
HexB87042027401C172f31
Octal27016010204710034275761
Binary1011100011100001000010010011110000001110010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87042; }

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

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

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

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

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

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

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

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