#B97B63

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

Shades of Contessa #B97B63

Tints of Contessa #B97B63

Color information

#B97B63 (or 0xB97B63) is unknown color: approx Contessa. HEX triplet: B9, 7B and 63. RGB value is (185,123,99). Sum of RGB (Red+Green+Blue) = 185+123+99=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B63 is #46849C. Grayscale: #8A8A8A. Windows color (decimal): -4621469 or 6519737. OLE color: 6519737.

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

Color convert

RGB18512399-
CMYK00.340.460.27
HSL16.74º38.05%55.69%-
HSV(B)16.74º46.49%72.55%-
XYZ29.3425.3815.16-
YUV138.8105.54160.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 99 (39.06% from 255) = 24.32%
R=45.45%
G=30.22%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851239900.340.460.2716.7438.0555.69
HexB97B630222E1B112638
Octal2711731430425633214670
Binary101110011111011110001101000101011101101110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97B63; }

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

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

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

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

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

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

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

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