#B97365

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

Shades of Contessa #B97365

Tints of Contessa #B97365

Color information

#B97365 (or 0xB97365) is unknown color: approx Contessa. HEX triplet: B9, 73 and 65. RGB value is (185,115,101). Sum of RGB (Red+Green+Blue) = 185+115+101=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B97365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97365 is #468C9A. Grayscale: #868686. Windows color (decimal): -4623515 or 6648761. OLE color: 6648761.

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

Color convert

RGB185115101-
CMYK00.380.450.27
HSL10º37.5%56.08%-
HSV(B)10º45.41%72.55%-
XYZ28.4923.5215.35-
YUV134.33109.19164.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 115 (45.31% from 255) = 28.68%
BLUE value IS 101 (39.84% from 255) = 25.19%
R=46.13%
G=28.68%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511510100.380.450.271037.556.08
HexB973650262D1Ba2638
Octal2711631450465533124670
Binary10111001111001111001010100110101101110111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97365; }

 p { color: rgb(185,115,101); }

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

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

 a { background-color: rgb(185,115,101); }

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

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

 span { border-color: rgb(185,115,101); }

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