#B86663

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

Shades of Contessa #B86663

Tints of Contessa #B86663

Color information

#B86663 (or 0xB86663) is unknown color: approx Contessa. HEX triplet: B8, 66 and 63. RGB value is (184,102,99). Sum of RGB (Red+Green+Blue) = 184+102+99=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86663 is #47999C. Grayscale: #7E7E7E. Windows color (decimal): -4692381 or 6514360. OLE color: 6514360.

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

Color convert

RGB18410299-
CMYK00.450.460.28
HSL2.12º37.44%55.49%-
HSV(B)2.12º46.2%72.16%-
XYZ26.7720.5914.37-
YUV126.18112.67169.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 99 (39.06% from 255) = 25.71%
R=47.79%
G=26.49%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841029900.450.460.282.1237.4455.49
HexB8666302D2E1C22537
Octal270146143055563424567
Binary101110001100110110001101011011011101110010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86663; }

 p { color: rgb(184,102,99); }

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

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

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

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

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

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

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