#BB6E46

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

Shades of Bourbon #BB6E46

Tints of Bourbon #BB6E46

Color information

#BB6E46 (or 0xBB6E46) is unknown color: approx Bourbon. HEX triplet: BB, 6E and 46. RGB value is (187,110,70). Sum of RGB (Red+Green+Blue) = 187+110+70=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E46 is #4491B9. Grayscale: #808080. Windows color (decimal): -4493754 or 4615867. OLE color: 4615867.

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

Color convert

RGB18711070-
CMYK00.410.630.27
HSL20.51º46.25%50.39%-
HSV(B)20.51º62.57%73.33%-
XYZ27.1722.168.64-
YUV128.4695.01169.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.95%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=50.95%
G=29.97%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871107000.410.630.2720.5146.2550.39
HexBB6E460293F1B152e32
Octal2731561060517733255662
Binary101110111101110100011001010011111111101110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E46; }

 p { color: rgb(187,110,70); }

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

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

 a { background-color: rgb(187,110,70); }

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

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

 span { border-color: rgb(187,110,70); }

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