#BD7870

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

Shades of Contessa #BD7870

Tints of Contessa #BD7870

Color information

#BD7870 (or 0xBD7870) is unknown color: approx Contessa. HEX triplet: BD, 78 and 70. RGB value is (189,120,112). Sum of RGB (Red+Green+Blue) = 189+120+112=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7870 is #42878F. Grayscale: #8B8B8B. Windows color (decimal): -4360080 or 7370941. OLE color: 7370941.

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

Color convert

RGB189120112-
CMYK00.370.410.26
HSL6.23º36.84%59.02%-
HSV(B)6.23º40.74%74.12%-
XYZ30.6325.4218.62-
YUV139.72112.36163.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=44.89%
G=28.50%
B=26.60%

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
Decimal18912011200.370.410.266.2336.8459.02
HexBD7870025291A6253b
Octal275170160045513264573
Binary1011110111110001110000010010110100111010110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7870; }

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

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

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

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

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

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

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

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