#B9716E

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

Shades of Contessa #B9716E

Tints of Contessa #B9716E

Color information

#B9716E (or 0xB9716E) is unknown color: approx Contessa. HEX triplet: B9, 71 and 6E. RGB value is (185,113,110). Sum of RGB (Red+Green+Blue) = 185+113+110=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9716E is #468E91. Grayscale: #868686. Windows color (decimal): -4624018 or 7238073. OLE color: 7238073.

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

Color convert

RGB185113110-
CMYK00.390.410.27
HSL2.4º34.88%57.84%-
HSV(B)2.4º40.54%72.55%-
XYZ28.7323.2517.73-
YUV134.19114.35164.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=45.34%
G=27.70%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511311000.390.410.272.434.8857.84
HexB9716E027291B2233a
Octal271161156047513324372
Binary101110011110001110111001001111010011101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9716E; }

 p { color: rgb(185,113,110); }

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

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

 a { background-color: rgb(185,113,110); }

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

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

 span { border-color: rgb(185,113,110); }

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