#B86B69

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

Shades of Contessa #B86B69

Tints of Contessa #B86B69

Color information

#B86B69 (or 0xB86B69) is unknown color: approx Contessa. HEX triplet: B8, 6B and 69. RGB value is (184,107,105). Sum of RGB (Red+Green+Blue) = 184+107+105=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B69 is #479496. Grayscale: #818181. Windows color (decimal): -4691095 or 6908856. OLE color: 6908856.

HSL color Cylindrical-coordinate representation of color #B86B69: hue angle of 1.52º 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 #B86B69 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB184107105-
CMYK00.420.430.28
HSL1.52º35.75%56.67%-
HSV(B)1.52º42.93%72.16%-
XYZ27.5721.7316.1-
YUV129.79114.01166.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 105 (41.41% from 255) = 26.52%
R=46.46%
G=27.02%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410710500.420.430.281.5235.7556.67
HexB86B6902A2B1C22439
Octal270153151052533424471
Binary101110001101011110100101010101010111110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B69; }

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

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

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

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

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

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

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

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