#BB6E43

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

Shades of Bourbon #BB6E43

Tints of Bourbon #BB6E43

Color information

#BB6E43 (or 0xBB6E43) is unknown color: approx Bourbon. HEX triplet: BB, 6E and 43. RGB value is (187,110,67). Sum of RGB (Red+Green+Blue) = 187+110+67=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6E43 is #4491BC. Grayscale: #808080. Windows color (decimal): -4493757 or 4419259. OLE color: 4419259.

HSL color Cylindrical-coordinate representation of color #BB6E43: hue angle of 21.5º 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 #BB6E43 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18711067-
CMYK00.410.640.27
HSL21.5º47.24%49.8%-
HSV(B)21.5º64.17%73.33%-
XYZ27.0822.128.15-
YUV128.1293.51170-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.37%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 67 (26.56% from 255) = 18.41%
R=51.37%
G=30.22%
B=18.41%

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
Decimal1871106700.410.640.2721.547.2449.8
HexBB6E43029401B162f32
Octal27315610305110033265762
Binary1011101111011101000011010100110000001101110110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6E43; }

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

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

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

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

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

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

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

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