#B86862

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

Shades of Contessa #B86862

Tints of Contessa #B86862

Color information

#B86862 (or 0xB86862) is unknown color: approx Contessa. HEX triplet: B8, 68 and 62. RGB value is (184,104,98). Sum of RGB (Red+Green+Blue) = 184+104+98=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B86862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86862 is #47979D. Grayscale: #7F7F7F. Windows color (decimal): -4691870 or 6449336. OLE color: 6449336.

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

Color convert

RGB18410498-
CMYK00.430.470.28
HSL4.19º37.72%55.29%-
HSV(B)4.19º46.74%72.16%-
XYZ26.9220.9714.18-
YUV127.24111.5168.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.67%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=47.67%
G=26.94%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841049800.430.470.284.1937.7255.29
HexB8686202B2F1C42637
Octal270150142053573444667
Binary1011100011010001100010010101110111111100100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86862; }

 p { color: rgb(184,104,98); }

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

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

 a { background-color: rgb(184,104,98); }

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

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

 span { border-color: rgb(184,104,98); }

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