#B77272

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

Shades of Contessa #B77272

Tints of Contessa #B77272

Color information

#B77272 (or 0xB77272) is unknown color: approx Contessa. HEX triplet: B7, 72 and 72. RGB value is (183,114,114). Sum of RGB (Red+Green+Blue) = 183+114+114=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B77272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77272 is #488D8D. Grayscale: #868686. Windows color (decimal): -4754830 or 7500471. OLE color: 7500471.

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

Color convert

RGB183114114-
CMYK00.380.380.28
HSL32.39%58.24%-
HSV(B)37.7%71.76%-
XYZ28.5823.3218.91-
YUV134.63116.36162.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 114 (44.92% from 255) = 27.74%
R=44.53%
G=27.74%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311411400.380.380.28032.3958.24
HexB77272026261C0203a
Octal267162162046463404072
Binary10110111111001011100100100110100110111000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77272; }

 p { color: rgb(183,114,114); }

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

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

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

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

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

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

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