#B96865

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

Shades of Contessa #B96865

Tints of Contessa #B96865

Color information

#B96865 (or 0xB96865) is unknown color: approx Contessa. HEX triplet: B9, 68 and 65. RGB value is (185,104,101). Sum of RGB (Red+Green+Blue) = 185+104+101=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B96865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96865 is #46979A. Grayscale: #7F7F7F. Windows color (decimal): -4626331 or 6645945. OLE color: 6645945.

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

Color convert

RGB185104101-
CMYK00.440.450.27
HSL2.14º37.5%56.08%-
HSV(B)2.14º45.41%72.55%-
XYZ27.3121.1514.96-
YUV127.88112.84168.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=47.44%
G=26.67%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510410100.440.450.272.1437.556.08
HexB9686502C2D1B22638
Octal271150145054553324670
Binary101110011101000110010101011001011011101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96865; }

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

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

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

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

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

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

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

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