#b77871

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

Shades of Contessa #B77871

Tints of Contessa #B77871

Color information

#B77871 (or 0xB77871) is unknown color: approx Contessa. HEX triplet: B7, 78 and 71. RGB value is (183,120,113). Sum of RGB (Red+Green+Blue) = 183+120+113=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77871 is #48878E. Grayscale: #8A8A8A. Windows color (decimal): -4753295 or 7436471. OLE color: 7436471.

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

Color convert

RGB183120113-
CMYK00.340.380.28
HSL32.71%58.04%-
HSV(B)38.25%71.76%-
XYZ29.2324.6918.85-
YUV138.04113.87160.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.99%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=43.99%
G=28.85%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312011300.340.380.28632.7158.04
HexB77871022261C6213a
Octal267170161042463464172
Binary1011011111110001110001010001010011011100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b77871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b77871; }

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

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

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

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

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

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

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

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