#BB6C5B

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

Shades of Contessa #BB6C5B

Tints of Contessa #BB6C5B

Color information

#BB6C5B (or 0xBB6C5B) is unknown color: approx Contessa. HEX triplet: BB, 6C and 5B. RGB value is (187,108,91). Sum of RGB (Red+Green+Blue) = 187+108+91=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C5B is #4493A4. Grayscale: #818181. Windows color (decimal): -4494245 or 5991611. OLE color: 5991611.

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

Color convert

RGB18710891-
CMYK00.420.510.27
HSL10.62º41.38%54.51%-
HSV(B)10.62º51.34%73.33%-
XYZ27.7422.0512.69-
YUV129.68106.17168.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 91 (35.94% from 255) = 23.58%
R=48.45%
G=27.98%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871089100.420.510.2710.6241.3854.51
HexBB6C5B02A331Bb2937
Octal2731541330526333135167
Binary10111011110110010110110101010110011110111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C5B; }

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

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

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

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

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

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

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

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