#B86960

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

Shades of Contessa #B86960

Tints of Contessa #B86960

Color information

#B86960 (or 0xB86960) is unknown color: approx Contessa. HEX triplet: B8, 69 and 60. RGB value is (184,105,96). Sum of RGB (Red+Green+Blue) = 184+105+96=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86960 is #47969F. Grayscale: #7F7F7F. Windows color (decimal): -4691616 or 6318520. OLE color: 6318520.

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

Color convert

RGB18410596-
CMYK00.430.480.28
HSL6.14º38.26%54.9%-
HSV(B)6.14º47.83%72.16%-
XYZ26.9321.1413.73-
YUV127.6110.17168.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=47.79%
G=27.27%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841059600.430.480.286.1438.2654.9
HexB8696002B301C62637
Octal270151140053603464667
Binary1011100011010011100000010101111000011100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86960; }

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

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

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

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

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

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

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

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