#BD7766

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

Shades of Contessa #BD7766

Tints of Contessa #BD7766

Color information

#BD7766 (or 0xBD7766) is unknown color: approx Contessa. HEX triplet: BD, 77 and 66. RGB value is (189,119,102). Sum of RGB (Red+Green+Blue) = 189+119+102=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7766 is #428899. Grayscale: #8A8A8A. Windows color (decimal): -4360346 or 6715325. OLE color: 6715325.

HSL color Cylindrical-coordinate representation of color #BD7766: hue angle of 11.72º 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 #BD7766 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB189119102-
CMYK00.370.460.26
HSL11.72º39.73%57.06%-
HSV(B)11.72º46.03%74.12%-
XYZ29.9824.9715.81-
YUV137.99107.69164.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 119 (46.88% from 255) = 29.02%
BLUE value IS 102 (40.23% from 255) = 24.88%
R=46.10%
G=29.02%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911910200.370.460.2611.7239.7357.06
HexBD77660252E1Ac2839
Octal2751671460455632145071
Binary10111101111011111001100100101101110110101100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7766; }

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

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

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

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

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

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

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

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