#BD7673

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

Shades of Contessa #BD7673

Tints of Contessa #BD7673

Color information

#BD7673 (or 0xBD7673) is unknown color: approx Contessa. HEX triplet: BD, 76 and 73. RGB value is (189,118,115). Sum of RGB (Red+Green+Blue) = 189+118+115=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7673 is #42898C. Grayscale: #8A8A8A. Windows color (decimal): -4360589 or 7567037. OLE color: 7567037.

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

Color convert

RGB189118115-
CMYK00.380.390.26
HSL2.43º35.92%59.61%-
HSV(B)2.43º39.15%74.12%-
XYZ30.5625.0119.44-
YUV138.89114.52163.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.79%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=44.79%
G=27.96%
B=27.25%

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
Decimal18911811500.380.390.262.4335.9259.61
HexBD7673026271A2243c
Octal275166163046473224474
Binary101111011110110111001101001101001111101010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7673; }

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

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

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

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

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

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

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

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