#B97146

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

Shades of Bourbon #B97146

Tints of Bourbon #B97146

Color information

#B97146 (or 0xB97146) is unknown color: approx Bourbon. HEX triplet: B9, 71 and 46. RGB value is (185,113,70). Sum of RGB (Red+Green+Blue) = 185+113+70=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B97146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97146 is #468EB9. Grayscale: #818181. Windows color (decimal): -4624058 or 4616633. OLE color: 4616633.

HSL color Cylindrical-coordinate representation of color #B97146: hue angle of 22.43º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B97146 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB18511370-
CMYK00.390.620.27
HSL22.43º45.1%50%-
HSV(B)22.43º62.16%72.55%-
XYZ27.0222.578.73-
YUV129.6394.35167.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=50.27%
G=30.71%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851137000.390.620.2722.4345.150
HexB971460273E1B162d32
Octal2711611060477633265562
Binary101110011110001100011001001111111101101110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97146; }

 p { color: rgb(185,113,70); }

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

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

 a { background-color: rgb(185,113,70); }

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

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

 span { border-color: rgb(185,113,70); }

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