#BD7666

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

Shades of Contessa #BD7666

Tints of Contessa #BD7666

Color information

#BD7666 (or 0xBD7666) is unknown color: approx Contessa. HEX triplet: BD, 76 and 66. RGB value is (189,118,102). Sum of RGB (Red+Green+Blue) = 189+118+102=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7666 is #428999. Grayscale: #898989. Windows color (decimal): -4360602 or 6715069. OLE color: 6715069.

HSL color Cylindrical-coordinate representation of color #BD7666: hue angle of 11.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD7666 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189118102-
CMYK00.380.460.26
HSL11.03º39.73%57.06%-
HSV(B)11.03º46.03%74.12%-
XYZ29.8624.7315.77-
YUV137.4108.02164.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=46.21%
G=28.85%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911810200.380.460.2611.0339.7357.06
HexBD76660262E1Ab2839
Octal2751661460465632135071
Binary10111101111011011001100100110101110110101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7666; }

 p { color: rgb(189,118,102); }

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

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

 a { background-color: rgb(189,118,102); }

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

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

 span { border-color: rgb(189,118,102); }

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