#B96861

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

Shades of Contessa #B96861

Tints of Contessa #B96861

Color information

#B96861 (or 0xB96861) is unknown color: approx Contessa. HEX triplet: B9, 68 and 61. RGB value is (185,104,97). Sum of RGB (Red+Green+Blue) = 185+104+97=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B96861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96861 is #46979E. Grayscale: #7F7F7F. Windows color (decimal): -4626335 or 6383801. OLE color: 6383801.

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

Color convert

RGB18510497-
CMYK00.440.480.27
HSL4.77º38.6%55.29%-
HSV(B)4.77º47.57%72.55%-
XYZ27.1221.0813.95-
YUV127.42110.84169.07-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.93%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=47.93%
G=26.94%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851049700.440.480.274.7738.655.29
HexB9686102C301B52737
Octal271150141054603354767
Binary1011100111010001100001010110011000011011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96861; }

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

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

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

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

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

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

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

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