#BB7671

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

Shades of Contessa #BB7671

Tints of Contessa #BB7671

Color information

#BB7671 (or 0xBB7671) is unknown color: approx Contessa. HEX triplet: BB, 76 and 71. RGB value is (187,118,113). Sum of RGB (Red+Green+Blue) = 187+118+113=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7671 is #44898E. Grayscale: #8A8A8A. Windows color (decimal): -4491663 or 7435963. OLE color: 7435963.

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

Color convert

RGB187118113-
CMYK00.370.400.27
HSL4.05º35.24%58.82%-
HSV(B)4.05º39.57%73.33%-
XYZ29.9524.7118.81-
YUV138.06113.86162.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.74%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=44.74%
G=28.23%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711811300.370.400.274.0535.2458.82
HexBB7671025281B4233b
Octal273166161045503344373
Binary1011101111101101110001010010110100011011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7671; }

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

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

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

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

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

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

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

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