#B87766

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

Shades of Contessa #B87766

Tints of Contessa #B87766

Color information

#B87766 (or 0xB87766) is unknown color: approx Contessa. HEX triplet: B8, 77 and 66. RGB value is (184,119,102). Sum of RGB (Red+Green+Blue) = 184+119+102=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 102 (40.23% from 255 or 25.19% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B87766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87766 is #478899. Grayscale: #888888. Windows color (decimal): -4688026 or 6715320. OLE color: 6715320.

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

Color convert

RGB184119102-
CMYK00.350.450.28
HSL12.44º36.61%56.08%-
HSV(B)12.44º44.57%72.16%-
XYZ28.7624.3415.75-
YUV136.5108.53161.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 102 (40.23% from 255) = 25.19%
R=45.43%
G=29.38%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411910200.350.450.2812.4436.6156.08
HexB877660232D1Cc2538
Octal2701671460435534144570
Binary10111000111011111001100100011101101111001100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87766; }

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

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

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

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

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

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

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

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