#BD7774

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

Shades of Contessa #BD7774

Tints of Contessa #BD7774

Color information

#BD7774 (or 0xBD7774) is unknown color: approx Contessa. HEX triplet: BD, 77 and 74. RGB value is (189,119,116). Sum of RGB (Red+Green+Blue) = 189+119+116=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7774 is #42888B. Grayscale: #8B8B8B. Windows color (decimal): -4360332 or 7632829. OLE color: 7632829.

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

Color convert

RGB189119116-
CMYK00.370.390.26
HSL2.47º35.61%59.8%-
HSV(B)2.47º38.62%74.12%-
XYZ30.7425.2719.78-
YUV139.59114.69163.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 119 (46.88% from 255) = 28.07%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=44.58%
G=28.07%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911911600.370.390.262.4735.6159.8
HexBD7774025271A2243c
Octal275167164045473224474
Binary101111011110111111010001001011001111101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7774; }

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

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

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

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

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

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

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

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