#B97270

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

Shades of Contessa #B97270

Tints of Contessa #B97270

Color information

#B97270 (or 0xB97270) is unknown color: approx Contessa. HEX triplet: B9, 72 and 70. RGB value is (185,114,112). Sum of RGB (Red+Green+Blue) = 185+114+112=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B97270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97270 is #468D8F. Grayscale: #878787. Windows color (decimal): -4623760 or 7369401. OLE color: 7369401.

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

Color convert

RGB185114112-
CMYK00.380.390.27
HSL1.64º34.27%58.24%-
HSV(B)1.64º39.46%72.55%-
XYZ28.9523.5218.34-
YUV135115.02163.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=45.01%
G=27.74%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511411200.380.390.271.6434.2758.24
HexB97270026271B2223a
Octal271162160046473324272
Binary101110011110010111000001001101001111101110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97270; }

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

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

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

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

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

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

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

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