#B77771

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

Shades of Contessa #B77771

Tints of Contessa #B77771

Color information

#B77771 (or 0xB77771) is unknown color: approx Contessa. HEX triplet: B7, 77 and 71. RGB value is (183,119,113). Sum of RGB (Red+Green+Blue) = 183+119+113=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B77771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77771 is #48888E. Grayscale: #898989. Windows color (decimal): -4753551 or 7436215. OLE color: 7436215.

HSL color Cylindrical-coordinate representation of color #B77771: hue angle of 5.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77771 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB183119113-
CMYK00.350.380.28
HSL5.14º32.71%58.04%-
HSV(B)5.14º38.25%71.76%-
XYZ29.1124.4518.81-
YUV137.45114.2160.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 119 (46.88% from 255) = 28.67%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=44.10%
G=28.67%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311911300.350.380.285.1432.7158.04
HexB77771023261C5213a
Octal267167161043463454172
Binary1011011111101111110001010001110011011100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77771; }

 p { color: rgb(183,119,113); }

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

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

 a { background-color: rgb(183,119,113); }

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

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

 span { border-color: rgb(183,119,113); }

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