#B87342

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

Shades of Bourbon #B87342

Tints of Bourbon #B87342

Color information

#B87342 (or 0xB87342) is unknown color: approx Bourbon. HEX triplet: B8, 73 and 42. RGB value is (184,115,66). Sum of RGB (Red+Green+Blue) = 184+115+66=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B87342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87342 is #478CBD. Grayscale: #828282. Windows color (decimal): -4689086 or 4355000. OLE color: 4355000.

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

Color convert

RGB18411566-
CMYK00.380.640.28
HSL24.92º47.2%49.02%-
HSV(B)24.92º64.13%72.16%-
XYZ26.8822.858.15-
YUV130.0491.86166.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.41%
GREEN value IS 115 (45.31% from 255) = 31.51%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=50.41%
G=31.51%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841156600.380.640.2824.9247.249.02
HexB87342026401C192f31
Octal27016310204610034315761
Binary1011100011100111000010010011010000001110011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87342; }

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

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

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

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

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

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

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

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