#B97140

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

Shades of Bourbon #B97140

Tints of Bourbon #B97140

Color information

#B97140 (or 0xB97140) is unknown color: approx Bourbon. HEX triplet: B9, 71 and 40. RGB value is (185,113,64). Sum of RGB (Red+Green+Blue) = 185+113+64=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B97140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97140 is #468EBF. Grayscale: #818181. Windows color (decimal): -4624064 or 4223417. OLE color: 4223417.

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

Color convert

RGB18511364-
CMYK00.390.650.27
HSL24.3º48.59%48.82%-
HSV(B)24.3º65.41%72.55%-
XYZ26.8422.497.78-
YUV128.9491.35167.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 64 (25.39% from 255) = 17.68%
R=51.10%
G=31.22%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851136400.390.650.2724.348.5948.82
HexB97140027411B183131
Octal27116110004710133306161
Binary1011100111100011000000010011110000011101111000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97140; }

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

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

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

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

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

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

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

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