#bd7373

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

Shades of Contessa #BD7373

Tints of Contessa #BD7373

Color information

#BD7373 (or 0xBD7373) is unknown color: approx Contessa. HEX triplet: BD, 73 and 73. RGB value is (189,115,115). Sum of RGB (Red+Green+Blue) = 189+115+115=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7373 is #428C8C. Grayscale: #898989. Windows color (decimal): -4361357 or 7566269. OLE color: 7566269.

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

Color convert

RGB189115115-
CMYK00.390.390.26
HSL35.92%59.61%-
HSV(B)39.15%74.12%-
XYZ30.2124.3219.32-
YUV137.13115.52165-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 115 (45.31% from 255) = 27.45%
R=45.11%
G=27.45%
B=27.45%

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
Decimal18911511500.390.390.26035.9259.61
HexBD7373027271A0243c
Octal275163163047473204474
Binary10111101111001111100110100111100111110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd7373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd7373; }

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

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

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

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

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

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

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

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