#B96F41

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

Shades of Bourbon #B96F41

Tints of Bourbon #B96F41

Color information

#B96F41 (or 0xB96F41) is unknown color: approx Bourbon. HEX triplet: B9, 6F and 41. RGB value is (185,111,65). Sum of RGB (Red+Green+Blue) = 185+111+65=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F41 is #4690BE. Grayscale: #808080. Windows color (decimal): -4624575 or 4288441. OLE color: 4288441.

HSL color Cylindrical-coordinate representation of color #B96F41: hue angle of 23º degrees, saturation: 0.48, 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 #B96F41 is Cyan = 0, Magento = 0.4, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB18511165-
CMYK00.40.650.27
HSL23º48%49.02%-
HSV(B)23º64.86%72.55%-
XYZ26.6522.067.86-
YUV127.8892.52168.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.25%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=51.25%
G=30.75%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851116500.40.650.27234849.02
HexB96F41028411B173031
Octal27115710105010133276061
Binary1011100111011111000001010100010000011101110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F41; }

 p { color: rgb(185,111,65); }

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

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

 a { background-color: rgb(185,111,65); }

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

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

 span { border-color: rgb(185,111,65); }

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