#B86B5D

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

Shades of Contessa #B86B5D

Tints of Contessa #B86B5D

Color information

#B86B5D (or 0xB86B5D) is unknown color: approx Contessa. HEX triplet: B8, 6B and 5D. RGB value is (184,107,93). Sum of RGB (Red+Green+Blue) = 184+107+93=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86B5D is #4794A2. Grayscale: #808080. Windows color (decimal): -4691107 or 6122424. OLE color: 6122424.

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

Color convert

RGB18410793-
CMYK00.420.490.28
HSL9.23º39.06%54.31%-
HSV(B)9.23º49.46%72.16%-
XYZ2721.513.08-
YUV128.43108.01167.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 107 (42.19% from 255) = 27.86%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=47.92%
G=27.86%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841079300.420.490.289.2339.0654.31
HexB86B5D02A311C92736
Octal2701531350526134114766
Binary10111000110101110111010101010110001111001001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B5D; }

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

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

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

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

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

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

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

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