#B87242

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

Shades of Bourbon #B87242

Tints of Bourbon #B87242

Color information

#B87242 (or 0xB87242) is unknown color: approx Bourbon. HEX triplet: B8, 72 and 42. RGB value is (184,114,66). Sum of RGB (Red+Green+Blue) = 184+114+66=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B87242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87242 is #478DBD. Grayscale: #818181. Windows color (decimal): -4689342 or 4354744. OLE color: 4354744.

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

Color convert

RGB18411466-
CMYK00.380.640.28
HSL24.41º47.2%49.02%-
HSV(B)24.41º64.13%72.16%-
XYZ26.7722.628.11-
YUV129.4692.19166.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 66 (26.17% from 255) = 18.13%
R=50.55%
G=31.32%
B=18.13%

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
Decimal1841146600.380.640.2824.4147.249.02
HexB87242026401C182f31
Octal27016210204610034305761
Binary1011100011100101000010010011010000001110011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87242; }

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

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

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

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

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

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

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

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