#B87341

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

Shades of Bourbon #B87341

Tints of Bourbon #B87341

Color information

#B87341 (or 0xB87341) is unknown color: approx Bourbon. HEX triplet: B8, 73 and 41. RGB value is (184,115,65). Sum of RGB (Red+Green+Blue) = 184+115+65=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B87341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87341 is #478CBE. Grayscale: #828282. Windows color (decimal): -4689087 or 4289464. OLE color: 4289464.

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

Color convert

RGB18411565-
CMYK00.380.650.28
HSL25.21º47.79%48.82%-
HSV(B)25.21º64.67%72.16%-
XYZ26.8522.837.99-
YUV129.9391.36166.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=50.55%
G=31.59%
B=17.86%

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
Decimal1841156500.380.650.2825.2147.7948.82
HexB87341026411C193031
Octal27016310104610134316061
Binary1011100011100111000001010011010000011110011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87341; }

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

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

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

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

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

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

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

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