#BB6E44

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

Shades of Bourbon #BB6E44

Tints of Bourbon #BB6E44

Color information

#BB6E44 (or 0xBB6E44) is unknown color: approx Bourbon. HEX triplet: BB, 6E and 44. RGB value is (187,110,68). Sum of RGB (Red+Green+Blue) = 187+110+68=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E44 is #4491BB. Grayscale: #808080. Windows color (decimal): -4493756 or 4484795. OLE color: 4484795.

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

Color convert

RGB18711068-
CMYK00.410.640.27
HSL21.18º46.67%50%-
HSV(B)21.18º63.64%73.33%-
XYZ27.1122.138.31-
YUV128.2394.01169.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.23%
GREEN value IS 110 (43.36% from 255) = 30.14%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=51.23%
G=30.14%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871106800.410.640.2721.1846.6750
HexBB6E44029401B152f32
Octal27315610405110033255762
Binary1011101111011101000100010100110000001101110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E44; }

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

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

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

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

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

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

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

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