#B97063

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

Shades of Contessa #B97063

Tints of Contessa #B97063

Color information

#B97063 (or 0xB97063) is unknown color: approx Contessa. HEX triplet: B9, 70 and 63. RGB value is (185,112,99). Sum of RGB (Red+Green+Blue) = 185+112+99=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B97063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97063 is #468F9C. Grayscale: #848484. Windows color (decimal): -4624285 or 6516921. OLE color: 6516921.

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

Color convert

RGB18511299-
CMYK00.390.460.27
HSL9.07º38.05%55.69%-
HSV(B)9.07º46.49%72.55%-
XYZ28.0522.814.73-
YUV132.34109.18165.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.72%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 99 (39.06% from 255) = 25%
R=46.72%
G=28.28%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851129900.390.460.279.0738.0555.69
HexB970630272E1B92638
Octal2711601430475633114670
Binary10111001111000011000110100111101110110111001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97063; }

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

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

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

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

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

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

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

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