#bb716a

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

Shades of Contessa #BB716A

Tints of Contessa #BB716A

Color information

#BB716A (or 0xBB716A) is unknown color: approx Contessa. HEX triplet: BB, 71 and 6A. RGB value is (187,113,106). Sum of RGB (Red+Green+Blue) = 187+113+106=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB716A is #448E95. Grayscale: #868686. Windows color (decimal): -4492950 or 6975931. OLE color: 6975931.

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

Color convert

RGB187113106-
CMYK00.400.430.27
HSL5.19º37.33%57.45%-
HSV(B)5.19º43.32%73.33%-
XYZ2923.4216.63-
YUV134.33112.02165.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 106 (41.80% from 255) = 26.11%
R=46.06%
G=27.83%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711310600.400.430.275.1937.3357.45
HexBB716A0282B1B52539
Octal273161152050533354571
Binary1011101111100011101010010100010101111011101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb716a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb716a; }

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

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

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

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

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

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

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

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