#B77571

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

Shades of Contessa #B77571

Tints of Contessa #B77571

Color information

#B77571 (or 0xB77571) is unknown color: approx Contessa. HEX triplet: B7, 75 and 71. RGB value is (183,117,113). Sum of RGB (Red+Green+Blue) = 183+117+113=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B77571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77571 is #488A8E. Grayscale: #888888. Windows color (decimal): -4754063 or 7435703. OLE color: 7435703.

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

Color convert

RGB183117113-
CMYK00.360.380.28
HSL3.43º32.71%58.04%-
HSV(B)3.43º38.25%71.76%-
XYZ28.8723.9818.73-
YUV136.28114.87161.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=44.31%
G=28.33%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311711300.360.380.283.4332.7158.04
HexB77571024261C3213a
Octal267165161044463434172
Binary101101111110101111000101001001001101110011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77571; }

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

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

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

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

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

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

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

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