#BD7473

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

Shades of Contessa #BD7473

Tints of Contessa #BD7473

Color information

#BD7473 (or 0xBD7473) is unknown color: approx Contessa. HEX triplet: BD, 74 and 73. RGB value is (189,116,115). Sum of RGB (Red+Green+Blue) = 189+116+115=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7473 is #428B8C. Grayscale: #898989. Windows color (decimal): -4361101 or 7566525. OLE color: 7566525.

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

Color convert

RGB189116115-
CMYK00.390.390.26
HSL0.81º35.92%59.61%-
HSV(B)0.81º39.15%74.12%-
XYZ30.3324.5519.36-
YUV137.71115.18164.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=45%
G=27.62%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911611500.390.390.260.8135.9259.61
HexBD7473027271A1243c
Octal275164163047473214474
Binary10111101111010011100110100111100111110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7473; }

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

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

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

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

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

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

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

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