#B96F48

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

Shades of Bourbon #B96F48

Tints of Bourbon #B96F48

Color information

#B96F48 (or 0xB96F48) is unknown color: approx Bourbon. HEX triplet: B9, 6F and 48. RGB value is (185,111,72). Sum of RGB (Red+Green+Blue) = 185+111+72=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F48 is #4690B7. Grayscale: #808080. Windows color (decimal): -4624568 or 4747193. OLE color: 4747193.

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

Color convert

RGB18511172-
CMYK00.40.610.27
HSL20.71º44.66%50.39%-
HSV(B)20.71º61.08%72.55%-
XYZ26.8622.158.99-
YUV128.6896.02168.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 111 (43.75% from 255) = 30.16%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=50.27%
G=30.16%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851117200.40.610.2720.7144.6650.39
HexB96F480283D1B152d32
Octal2711571100507533255562
Binary101110011101111100100001010001111011101110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F48; }

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

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

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

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

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

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

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

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