#BD7471

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

Shades of Contessa #BD7471

Tints of Contessa #BD7471

Color information

#BD7471 (or 0xBD7471) is unknown color: approx Contessa. HEX triplet: BD, 74 and 71. RGB value is (189,116,113). Sum of RGB (Red+Green+Blue) = 189+116+113=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7471 is #428B8E. Grayscale: #898989. Windows color (decimal): -4361103 or 7435453. OLE color: 7435453.

HSL color Cylindrical-coordinate representation of color #BD7471: hue angle of 2.37º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD7471 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189116113-
CMYK00.390.400.26
HSL2.37º36.54%59.22%-
HSV(B)2.37º40.21%74.12%-
XYZ30.2124.518.76-
YUV137.48114.18164.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 116 (45.70% from 255) = 27.75%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=45.22%
G=27.75%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911611300.390.400.262.3736.5459.22
HexBD7471027281A2253b
Octal275164161047503224573
Binary101111011110100111000101001111010001101010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7471; }

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

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

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

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

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

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

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

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