#B97563

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

Shades of Contessa #B97563

Tints of Contessa #B97563

Color information

#B97563 (or 0xB97563) is unknown color: approx Contessa. HEX triplet: B9, 75 and 63. RGB value is (185,117,99). Sum of RGB (Red+Green+Blue) = 185+117+99=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97563 is #468A9C. Grayscale: #878787. Windows color (decimal): -4623005 or 6518201. OLE color: 6518201.

HSL color Cylindrical-coordinate representation of color #B97563: hue angle of 12.56º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B97563 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB18511799-
CMYK00.370.460.27
HSL12.56º38.05%55.69%-
HSV(B)12.56º46.49%72.55%-
XYZ28.6223.9414.92-
YUV135.28107.53163.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 117 (46.09% from 255) = 29.18%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=46.13%
G=29.18%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851179900.370.460.2712.5638.0555.69
HexB975630252E1Bd2638
Octal2711651430455633154670
Binary10111001111010111000110100101101110110111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97563; }

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

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

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

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

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

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

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

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