#B86D6B

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

Shades of Contessa #B86D6B

Tints of Contessa #B86D6B

Color information

#B86D6B (or 0xB86D6B) is unknown color: approx Contessa. HEX triplet: B8, 6D and 6B. RGB value is (184,109,107). Sum of RGB (Red+Green+Blue) = 184+109+107=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86D6B is #479294. Grayscale: #838383. Windows color (decimal): -4690581 or 7040440. OLE color: 7040440.

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

Color convert

RGB184109107-
CMYK00.410.420.28
HSL1.56º35.16%57.06%-
HSV(B)1.56º41.85%72.16%-
XYZ27.8922.1916.72-
YUV131.2114.35165.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=46%
G=27.25%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410910700.410.420.281.5635.1657.06
HexB86D6B0292A1C22339
Octal270155153051523424371
Binary101110001101101110101101010011010101110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D6B; }

 p { color: rgb(184,109,107); }

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

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

 a { background-color: rgb(184,109,107); }

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

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

 span { border-color: rgb(184,109,107); }

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