#B97763

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

Shades of Contessa #B97763

Tints of Contessa #B97763

Color information

#B97763 (or 0xB97763) is unknown color: approx Contessa. HEX triplet: B9, 77 and 63. RGB value is (185,119,99). Sum of RGB (Red+Green+Blue) = 185+119+99=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B97763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97763 is #46889C. Grayscale: #888888. Windows color (decimal): -4622493 or 6518713. OLE color: 6518713.

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

Color convert

RGB18511999-
CMYK00.360.460.27
HSL13.95º38.05%55.69%-
HSV(B)13.95º46.49%72.55%-
XYZ28.8624.4114.99-
YUV136.45106.87162.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 119 (46.88% from 255) = 29.53%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=45.91%
G=29.53%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851199900.360.460.2713.9538.0555.69
HexB977630242E1Be2638
Octal2711671430445633164670
Binary10111001111011111000110100100101110110111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97763; }

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

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

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

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

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

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

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

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