#B97A65

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

Shades of Contessa #B97A65

Tints of Contessa #B97A65

Color information

#B97A65 (or 0xB97A65) is unknown color: approx Contessa. HEX triplet: B9, 7A and 65. RGB value is (185,122,101). Sum of RGB (Red+Green+Blue) = 185+122+101=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A65 is #46859A. Grayscale: #8A8A8A. Windows color (decimal): -4621723 or 6650553. OLE color: 6650553.

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

Color convert

RGB185122101-
CMYK00.340.450.27
HSL15º37.5%56.08%-
HSV(B)15º45.41%72.55%-
XYZ29.3225.1715.63-
YUV138.44106.87161.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=45.34%
G=29.90%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512210100.340.450.271537.556.08
HexB97A650222D1Bf2638
Octal2711721450425533174670
Binary10111001111101011001010100010101101110111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A65; }

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

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

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

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

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

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

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

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