#B86460

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

Shades of Contessa #B86460

Tints of Contessa #B86460

Color information

#B86460 (or 0xB86460) is unknown color: approx Contessa. HEX triplet: B8, 64 and 60. RGB value is (184,100,96). Sum of RGB (Red+Green+Blue) = 184+100+96=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86460 is #479B9F. Grayscale: #7C7C7C. Windows color (decimal): -4692896 or 6317240. OLE color: 6317240.

HSL color Cylindrical-coordinate representation of color #B86460: hue angle of 2.73º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86460 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18410096-
CMYK00.460.480.28
HSL2.73º38.26%54.9%-
HSV(B)2.73º47.83%72.16%-
XYZ26.4420.1513.56-
YUV124.66111.83170.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 96 (37.89% from 255) = 25.26%
R=48.42%
G=26.32%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841009600.460.480.282.7338.2654.9
HexB8646002E301C32637
Octal270144140056603434667
Binary101110001100100110000001011101100001110011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86460; }

 p { color: rgb(184,100,96); }

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

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

 a { background-color: rgb(184,100,96); }

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

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

 span { border-color: rgb(184,100,96); }

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