#BB7271

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

Shades of Contessa #BB7271

Tints of Contessa #BB7271

Color information

#BB7271 (or 0xBB7271) is unknown color: approx Contessa. HEX triplet: BB, 72 and 71. RGB value is (187,114,113). Sum of RGB (Red+Green+Blue) = 187+114+113=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7271 is #448D8E. Grayscale: #878787. Windows color (decimal): -4492687 or 7434939. OLE color: 7434939.

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

Color convert

RGB187114113-
CMYK00.390.400.27
HSL0.81º35.24%58.82%-
HSV(B)0.81º39.57%73.33%-
XYZ29.4923.7918.66-
YUV135.71115.18164.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=45.17%
G=27.54%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711411300.390.400.270.8135.2458.82
HexBB7271027281B1233b
Octal273162161047503314373
Binary10111011111001011100010100111101000110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7271; }

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

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

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

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

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

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

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

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