#BB6D6D

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

Shades of Contessa #BB6D6D

Tints of Contessa #BB6D6D

Color information

#BB6D6D (or 0xBB6D6D) is unknown color: approx Contessa. HEX triplet: BB, 6D and 6D. RGB value is (187,109,109). Sum of RGB (Red+Green+Blue) = 187+109+109=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6D6D is #449292. Grayscale: #848484. Windows color (decimal): -4493971 or 7171515. OLE color: 7171515.

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

Color convert

RGB187109109-
CMYK00.420.420.27
HSL36.45%58.04%-
HSV(B)41.71%73.33%-
XYZ28.7222.6117.32-
YUV132.32114.84167-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=46.17%
G=26.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710910900.420.420.27036.4558.04
HexBB6D6D02A2A1B0243a
Octal273155155052523304472
Binary10111011110110111011010101010101010110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6D6D; }

 p { color: rgb(187,109,109); }

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

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

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

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

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

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

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