#B97A6C

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

Shades of Contessa #B97A6C

Tints of Contessa #B97A6C

Color information

#B97A6C (or 0xB97A6C) is unknown color: approx Contessa. HEX triplet: B9, 7A and 6C. RGB value is (185,122,108). Sum of RGB (Red+Green+Blue) = 185+122+108=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A6C is #468593. Grayscale: #8B8B8B. Windows color (decimal): -4621716 or 7109305. OLE color: 7109305.

HSL color Cylindrical-coordinate representation of color #B97A6C: hue angle of 10.91º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97A6C is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185122108-
CMYK00.340.420.27
HSL10.91º35.48%57.45%-
HSV(B)10.91º41.62%72.55%-
XYZ29.6725.3217.51-
YUV139.24110.37160.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=44.58%
G=29.40%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512210800.340.420.2710.9135.4857.45
HexB97A6C0222A1Bb2339
Octal2711721540425233134371
Binary10111001111101011011000100010101010110111011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97A6C; }

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

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

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

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

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

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

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

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