#BD7770

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

Shades of Contessa #BD7770

Tints of Contessa #BD7770

Color information

#BD7770 (or 0xBD7770) is unknown color: approx Contessa. HEX triplet: BD, 77 and 70. RGB value is (189,119,112). Sum of RGB (Red+Green+Blue) = 189+119+112=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7770 is #42888F. Grayscale: #8B8B8B. Windows color (decimal): -4360336 or 7370685. OLE color: 7370685.

HSL color Cylindrical-coordinate representation of color #BD7770: hue angle of 5.45º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD7770 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB189119112-
CMYK00.370.410.26
HSL5.45º36.84%59.02%-
HSV(B)5.45º40.74%74.12%-
XYZ30.5125.1818.58-
YUV139.13112.69163.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 119 (46.88% from 255) = 28.33%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=45%
G=28.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911911200.370.410.265.4536.8459.02
HexBD7770025291A5253b
Octal275167160045513254573
Binary1011110111101111110000010010110100111010101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7770; }

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

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

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

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

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

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

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

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