#BD7271

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

Shades of Contessa #BD7271

Tints of Contessa #BD7271

Color information

#BD7271 (or 0xBD7271) is unknown color: approx Contessa. HEX triplet: BD, 72 and 71. RGB value is (189,114,113). Sum of RGB (Red+Green+Blue) = 189+114+113=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7271 is #428D8E. Grayscale: #888888. Windows color (decimal): -4361615 or 7434941. OLE color: 7434941.

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

Color convert

RGB189114113-
CMYK00.400.400.26
HSL0.79º36.54%59.22%-
HSV(B)0.79º40.21%74.12%-
XYZ29.9824.0518.68-
YUV136.31114.85165.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 114 (44.92% from 255) = 27.40%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=45.43%
G=27.40%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911411300.400.400.260.7936.5459.22
HexBD7271028281A1253b
Octal275162161050503214573
Binary10111101111001011100010101000101000110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7271; }

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

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

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

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

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

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

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

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