#B97668

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

Shades of Contessa #B97668

Tints of Contessa #B97668

Color information

#B97668 (or 0xB97668) is unknown color: approx Contessa. HEX triplet: B9, 76 and 68. RGB value is (185,118,104). Sum of RGB (Red+Green+Blue) = 185+118+104=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B97668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97668 is #468997. Grayscale: #888888. Windows color (decimal): -4622744 or 6846137. OLE color: 6846137.

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

Color convert

RGB185118104-
CMYK00.360.440.27
HSL10.37º36.65%56.67%-
HSV(B)10.37º43.78%72.55%-
XYZ28.9824.2716.25-
YUV136.44109.7162.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=45.45%
G=28.99%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511810400.360.440.2710.3736.6556.67
HexB976680242C1Ba2539
Octal2711661500445433124571
Binary10111001111011011010000100100101100110111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97668; }

 p { color: rgb(185,118,104); }

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

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

 a { background-color: rgb(185,118,104); }

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

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

 span { border-color: rgb(185,118,104); }

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