#BB716F

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

Shades of Contessa #BB716F

Tints of Contessa #BB716F

Color information

#BB716F (or 0xBB716F) is unknown color: approx Contessa. HEX triplet: BB, 71 and 6F. RGB value is (187,113,111). Sum of RGB (Red+Green+Blue) = 187+113+111=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB716F is #448E90. Grayscale: #868686. Windows color (decimal): -4492945 or 7303611. OLE color: 7303611.

HSL color Cylindrical-coordinate representation of color #BB716F: hue angle of 1.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB716F is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187113111-
CMYK00.400.410.27
HSL1.58º35.85%58.43%-
HSV(B)1.58º40.64%73.33%-
XYZ29.2723.5218.04-
YUV134.9114.52165.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=45.50%
G=27.49%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711311100.400.410.271.5835.8558.43
HexBB716F028291B2243a
Octal273161157050513324472
Binary101110111110001110111101010001010011101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB716F; }

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

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

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

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

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

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

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

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