#B86C69

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

Shades of Contessa #B86C69

Tints of Contessa #B86C69

Color information

#B86C69 (or 0xB86C69) is unknown color: approx Contessa. HEX triplet: B8, 6C and 69. RGB value is (184,108,105). Sum of RGB (Red+Green+Blue) = 184+108+105=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86C69 is #479396. Grayscale: #828282. Windows color (decimal): -4690839 or 6909112. OLE color: 6909112.

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

Color convert

RGB184108105-
CMYK00.410.430.28
HSL2.28º35.75%56.67%-
HSV(B)2.28º42.93%72.16%-
XYZ27.6821.9416.14-
YUV130.38113.68166.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.35%
GREEN value IS 108 (42.58% from 255) = 27.20%
BLUE value IS 105 (41.41% from 255) = 26.45%
R=46.35%
G=27.20%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410810500.410.430.282.2835.7556.67
HexB86C690292B1C22439
Octal270154151051533424471
Binary101110001101100110100101010011010111110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C69; }

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

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

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

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

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

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

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

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