#BB7A71

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

Shades of Contessa #BB7A71

Tints of Contessa #BB7A71

Color information

#BB7A71 (or 0xBB7A71) is unknown color: approx Contessa. HEX triplet: BB, 7A and 71. RGB value is (187,122,113). Sum of RGB (Red+Green+Blue) = 187+122+113=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A71 is #44858E. Grayscale: #8C8C8C. Windows color (decimal): -4490639 or 7436987. OLE color: 7436987.

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

Color convert

RGB187122113-
CMYK00.350.400.27
HSL7.3º35.24%58.82%-
HSV(B)7.3º39.57%73.33%-
XYZ30.4325.6818.97-
YUV140.41112.53161.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.31%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=44.31%
G=28.91%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712211300.350.400.277.335.2458.82
HexBB7A71023281B7233b
Octal273172161043503374373
Binary1011101111110101110001010001110100011011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7A71; }

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

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

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

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

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

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

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

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