#B97971

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

Shades of Contessa #B97971

Tints of Contessa #B97971

Color information

#B97971 (or 0xB97971) is unknown color: approx Contessa. HEX triplet: B9, 79 and 71. RGB value is (185,121,113). Sum of RGB (Red+Green+Blue) = 185+121+113=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B97971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97971 is #46868E. Grayscale: #8B8B8B. Windows color (decimal): -4621967 or 7436729. OLE color: 7436729.

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

Color convert

RGB185121113-
CMYK00.350.390.27
HSL6.67º33.96%58.43%-
HSV(B)6.67º38.92%72.55%-
XYZ29.8325.1818.91-
YUV139.22113.2160.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=44.15%
G=28.88%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512111300.350.390.276.6733.9658.43
HexB97971023271B7223a
Octal271171161043473374272
Binary1011100111110011110001010001110011111011111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97971; }

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

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

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

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

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

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

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

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