#B96363

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

Shades of Contessa #B96363

Tints of Contessa #B96363

Color information

#B96363 (or 0xB96363) is unknown color: approx Contessa. HEX triplet: B9, 63 and 63. RGB value is (185,99,99). Sum of RGB (Red+Green+Blue) = 185+99+99=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B96363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96363 is #469C9C. Grayscale: #7C7C7C. Windows color (decimal): -4627613 or 6513593. OLE color: 6513593.

HSL color Cylindrical-coordinate representation of color #B96363: 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.46%. Process color model (Four color, CMYK) of #B96363 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB1859999-
CMYK00.460.460.27
HSL38.05%55.69%-
HSV(B)46.49%72.55%-
XYZ26.7220.1414.28-
YUV124.71113.49171-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=48.30%
G=25.85%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185999900.460.460.27038.0555.69
HexB9636302E2E1B02638
Octal271143143056563304670
Binary10111001110001111000110101110101110110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96363; }

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

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

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

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

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

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

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

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