#B87765

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

Shades of Contessa #B87765

Tints of Contessa #B87765

Color information

#B87765 (or 0xB87765) is unknown color: approx Contessa. HEX triplet: B8, 77 and 65. RGB value is (184,119,101). Sum of RGB (Red+Green+Blue) = 184+119+101=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B87765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87765 is #47889A. Grayscale: #888888. Windows color (decimal): -4688027 or 6649784. OLE color: 6649784.

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

Color convert

RGB184119101-
CMYK00.350.450.28
HSL13.01º36.89%55.88%-
HSV(B)13.01º45.11%72.16%-
XYZ28.7124.3215.49-
YUV136.38108.03161.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 101 (39.84% from 255) = 25%
R=45.54%
G=29.46%
B=25%

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
Decimal18411910100.350.450.2813.0136.8955.88
HexB877650232D1Cd2538
Octal2701671450435534154570
Binary10111000111011111001010100011101101111001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87765; }

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

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

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

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

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

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

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

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