#B86665

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

Shades of Contessa #B86665

Tints of Contessa #B86665

Color information

#B86665 (or 0xB86665) is unknown color: approx Contessa. HEX triplet: B8, 66 and 65. RGB value is (184,102,101). Sum of RGB (Red+Green+Blue) = 184+102+101=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B86665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86665 is #47999A. Grayscale: #7E7E7E. Windows color (decimal): -4692379 or 6645432. OLE color: 6645432.

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

Color convert

RGB184102101-
CMYK00.450.450.28
HSL0.72º36.89%55.88%-
HSV(B)0.72º45.11%72.16%-
XYZ26.8720.6314.88-
YUV126.4113.67169.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 102 (40.23% from 255) = 26.36%
BLUE value IS 101 (39.84% from 255) = 26.10%
R=47.55%
G=26.36%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410210100.450.450.280.7236.8955.88
HexB8666502D2D1C12538
Octal270146145055553414570
Binary10111000110011011001010101101101101111001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86665; }

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

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

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

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

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

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

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

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