#BB6F6E

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

Shades of Contessa #BB6F6E

Tints of Contessa #BB6F6E

Color information

#BB6F6E (or 0xBB6F6E) is unknown color: approx Contessa. HEX triplet: BB, 6F and 6E. RGB value is (187,111,110). Sum of RGB (Red+Green+Blue) = 187+111+110=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6F6E is #449091. Grayscale: #858585. Windows color (decimal): -4493458 or 7237563. OLE color: 7237563.

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

Color convert

RGB187111110-
CMYK00.410.410.27
HSL0.78º36.15%58.24%-
HSV(B)0.78º41.18%73.33%-
XYZ28.9923.0617.67-
YUV133.61114.68166.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 111 (43.75% from 255) = 27.21%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=45.83%
G=27.21%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711111000.410.410.270.7836.1558.24
HexBB6F6E029291B1243a
Octal273157156051513314472
Binary10111011110111111011100101001101001110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6F6E; }

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

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

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

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

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

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

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

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