#B77865

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

Shades of Contessa #B77865

Tints of Contessa #B77865

Color information

#B77865 (or 0xB77865) is unknown color: approx Contessa. HEX triplet: B7, 78 and 65. RGB value is (183,120,101). Sum of RGB (Red+Green+Blue) = 183+120+101=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B77865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77865 is #48879A. Grayscale: #888888. Windows color (decimal): -4753307 or 6650039. OLE color: 6650039.

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

Color convert

RGB183120101-
CMYK00.340.450.28
HSL13.9º36.28%55.69%-
HSV(B)13.9º44.81%71.76%-
XYZ28.5924.4415.52-
YUV136.67107.87161.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 120 (47.27% from 255) = 29.70%
BLUE value IS 101 (39.84% from 255) = 25%
R=45.30%
G=29.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312010100.340.450.2813.936.2855.69
HexB778650222D1Ce2438
Octal2671701450425534164470
Binary10110111111100011001010100010101101111001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77865; }

 p { color: rgb(183,120,101); }

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

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

 a { background-color: rgb(183,120,101); }

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

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

 span { border-color: rgb(183,120,101); }

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