#B87240

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

Shades of Bourbon #B87240

Tints of Bourbon #B87240

Color information

#B87240 (or 0xB87240) is unknown color: approx Bourbon. HEX triplet: B8, 72 and 40. RGB value is (184,114,64). Sum of RGB (Red+Green+Blue) = 184+114+64=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B87240 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87240 is #478DBF. Grayscale: #818181. Windows color (decimal): -4689344 or 4223672. OLE color: 4223672.

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

Color convert

RGB18411464-
CMYK00.380.650.28
HSL25º48.39%48.63%-
HSV(B)25º65.22%72.16%-
XYZ26.7122.67.8-
YUV129.2391.19167.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=50.83%
G=31.49%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841146400.380.650.282548.3948.63
HexB87240026411C193031
Octal27016210004610134316061
Binary1011100011100101000000010011010000011110011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87240; }

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

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

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

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

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

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

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

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