#BD7470

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

Shades of Contessa #BD7470

Tints of Contessa #BD7470

Color information

#BD7470 (or 0xBD7470) is unknown color: approx Contessa. HEX triplet: BD, 74 and 70. RGB value is (189,116,112). Sum of RGB (Red+Green+Blue) = 189+116+112=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7470 is #428B8F. Grayscale: #898989. Windows color (decimal): -4361104 or 7369917. OLE color: 7369917.

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

Color convert

RGB189116112-
CMYK00.390.410.26
HSL3.12º36.84%59.02%-
HSV(B)3.12º40.74%74.12%-
XYZ30.1624.4818.46-
YUV137.37113.68164.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 116 (45.70% from 255) = 27.82%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=45.32%
G=27.82%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911611200.390.410.263.1236.8459.02
HexBD7470027291A3253b
Octal275164160047513234573
Binary101111011110100111000001001111010011101011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7470; }

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

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

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

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

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

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

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

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