#B97670

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

Shades of Contessa #B97670

Tints of Contessa #B97670

Color information

#B97670 (or 0xB97670) is unknown color: approx Contessa. HEX triplet: B9, 76 and 70. RGB value is (185,118,112). Sum of RGB (Red+Green+Blue) = 185+118+112=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97670 is #46898F. Grayscale: #898989. Windows color (decimal): -4622736 or 7370425. OLE color: 7370425.

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

Color convert

RGB185118112-
CMYK00.360.390.27
HSL4.93º34.27%58.24%-
HSV(B)4.93º39.46%72.55%-
XYZ29.4124.4418.5-
YUV137.35113.7161.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=44.58%
G=28.43%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511811200.360.390.274.9334.2758.24
HexB97670024271B5223a
Octal271166160044473354272
Binary1011100111101101110000010010010011111011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97670; }

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

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

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

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

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

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

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

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