#BB6C42

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

Shades of Bourbon #BB6C42

Tints of Bourbon #BB6C42

Color information

#BB6C42 (or 0xBB6C42) is unknown color: approx Bourbon. HEX triplet: BB, 6C and 42. RGB value is (187,108,66). Sum of RGB (Red+Green+Blue) = 187+108+66=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C42 is #4493BD. Grayscale: #7F7F7F. Windows color (decimal): -4494270 or 4353211. OLE color: 4353211.

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

Color convert

RGB18710866-
CMYK00.420.650.27
HSL20.83º47.83%49.61%-
HSV(B)20.83º64.71%73.33%-
XYZ26.8421.687.92-
YUV126.8393.67170.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.80%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 66 (26.17% from 255) = 18.28%
R=51.80%
G=29.92%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871086600.420.650.2720.8347.8349.61
HexBB6C4202A411B153032
Octal27315410205210133256062
Binary1011101111011001000010010101010000011101110101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C42; }

 p { color: rgb(187,108,66); }

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

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

 a { background-color: rgb(187,108,66); }

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

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

 span { border-color: rgb(187,108,66); }

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