#BB7471

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

Shades of Contessa #BB7471

Tints of Contessa #BB7471

Color information

#BB7471 (or 0xBB7471) is unknown color: approx Contessa. HEX triplet: BB, 74 and 71. RGB value is (187,116,113). Sum of RGB (Red+Green+Blue) = 187+116+113=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7471 is #448B8E. Grayscale: #888888. Windows color (decimal): -4492175 or 7435451. OLE color: 7435451.

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

Color convert

RGB187116113-
CMYK00.380.400.27
HSL2.43º35.24%58.82%-
HSV(B)2.43º39.57%73.33%-
XYZ29.7224.2518.74-
YUV136.89114.52163.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=44.95%
G=27.88%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711611300.380.400.272.4335.2458.82
HexBB7471026281B2233b
Octal273164161046503324373
Binary101110111110100111000101001101010001101110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7471; }

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

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

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

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

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

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

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

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