#B96565

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

Shades of Contessa #B96565

Tints of Contessa #B96565

Color information

#B96565 (or 0xB96565) is unknown color: approx Contessa. HEX triplet: B9, 65 and 65. RGB value is (185,101,101). Sum of RGB (Red+Green+Blue) = 185+101+101=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B96565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96565 is #469A9A. Grayscale: #7E7E7E. Windows color (decimal): -4627099 or 6645177. OLE color: 6645177.

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

Color convert

RGB185101101-
CMYK00.450.450.27
HSL37.5%56.08%-
HSV(B)45.41%72.55%-
XYZ27.0120.5614.86-
YUV126.12113.83170-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=47.80%
G=26.10%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510110100.450.450.27037.556.08
HexB9656502D2D1B02638
Octal271145145055553304670
Binary10111001110010111001010101101101101110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96565; }

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

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

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

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

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

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

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

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