#BD7573

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

Shades of Contessa #BD7573

Tints of Contessa #BD7573

Color information

#BD7573 (or 0xBD7573) is unknown color: approx Contessa. HEX triplet: BD, 75 and 73. RGB value is (189,117,115). Sum of RGB (Red+Green+Blue) = 189+117+115=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7573 is #428A8C. Grayscale: #8A8A8A. Windows color (decimal): -4360845 or 7566781. OLE color: 7566781.

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

Color convert

RGB189117115-
CMYK00.380.390.26
HSL1.62º35.92%59.61%-
HSV(B)1.62º39.15%74.12%-
XYZ30.4424.7819.4-
YUV138.3114.85164.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 117 (46.09% from 255) = 27.79%
BLUE value IS 115 (45.31% from 255) = 27.32%
R=44.89%
G=27.79%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911711500.380.390.261.6235.9259.61
HexBD7573026271A2243c
Octal275165163046473224474
Binary101111011110101111001101001101001111101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7573; }

 p { color: rgb(189,117,115); }

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

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

 a { background-color: rgb(189,117,115); }

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

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

 span { border-color: rgb(189,117,115); }

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