#B87243

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

Shades of Bourbon #B87243

Tints of Bourbon #B87243

Color information

#B87243 (or 0xB87243) is unknown color: approx Bourbon. HEX triplet: B8, 72 and 43. RGB value is (184,114,67). Sum of RGB (Red+Green+Blue) = 184+114+67=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B87243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87243 is #478DBC. Grayscale: #818181. Windows color (decimal): -4689341 or 4420280. OLE color: 4420280.

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

Color convert

RGB18411467-
CMYK00.380.640.28
HSL24.1º46.61%49.22%-
HSV(B)24.1º63.59%72.16%-
XYZ26.822.638.27-
YUV129.5792.69166.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.41%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 67 (26.56% from 255) = 18.36%
R=50.41%
G=31.23%
B=18.36%

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
Decimal1841146700.380.640.2824.146.6149.22
HexB87243026401C182f31
Octal27016210304610034305761
Binary1011100011100101000011010011010000001110011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87243; }

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

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

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

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

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

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

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

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