#B77473

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

Shades of Contessa #B77473

Tints of Contessa #B77473

Color information

#B77473 (or 0xB77473) is unknown color: approx Contessa. HEX triplet: B7, 74 and 73. RGB value is (183,116,115). Sum of RGB (Red+Green+Blue) = 183+116+115=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B77473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77473 is #488B8C. Grayscale: #878787. Windows color (decimal): -4754317 or 7566519. OLE color: 7566519.

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

Color convert

RGB183116115-
CMYK00.370.370.28
HSL0.88º32.08%58.43%-
HSV(B)0.88º37.16%71.76%-
XYZ28.8723.819.29-
YUV135.92116.2161.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 115 (45.31% from 255) = 27.78%
R=44.20%
G=28.02%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311611500.370.370.280.8832.0858.43
HexB77473025251C1203a
Octal267164163045453414072
Binary10110111111010011100110100101100101111001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77473; }

 p { color: rgb(183,116,115); }

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

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

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

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

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

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

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