#B97570

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

Shades of Contessa #B97570

Tints of Contessa #B97570

Color information

#B97570 (or 0xB97570) is unknown color: approx Contessa. HEX triplet: B9, 75 and 70. RGB value is (185,117,112). Sum of RGB (Red+Green+Blue) = 185+117+112=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B97570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97570 is #468A8F. Grayscale: #888888. Windows color (decimal): -4622992 or 7370169. OLE color: 7370169.

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

Color convert

RGB185117112-
CMYK00.370.390.27
HSL4.11º34.27%58.24%-
HSV(B)4.11º39.46%72.55%-
XYZ29.2924.2118.46-
YUV136.76114.03162.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=44.69%
G=28.26%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511711200.370.390.274.1134.2758.24
HexB97570025271B4223a
Octal271165160045473344272
Binary1011100111101011110000010010110011111011100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97570; }

 p { color: rgb(185,117,112); }

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

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

 a { background-color: rgb(185,117,112); }

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

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

 span { border-color: rgb(185,117,112); }

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