#B77664

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

Shades of Contessa #B77664

Tints of Contessa #B77664

Color information

#B77664 (or 0xB77664) is unknown color: approx Contessa. HEX triplet: B7, 76 and 64. RGB value is (183,118,100). Sum of RGB (Red+Green+Blue) = 183+118+100=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 100 (39.45% from 255 or 24.94% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B77664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77664 is #48899B. Grayscale: #878787. Windows color (decimal): -4753820 or 6583991. OLE color: 6583991.

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

Color convert

RGB183118100-
CMYK00.360.450.28
HSL13.01º36.56%55.49%-
HSV(B)13.01º45.36%71.76%-
XYZ28.3123.9415.19-
YUV135.38108.03161.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 100 (39.45% from 255) = 24.94%
R=45.64%
G=29.43%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311810000.360.450.2813.0136.5655.49
HexB776640242D1Cd2537
Octal2671661440445534154567
Binary10110111111011011001000100100101101111001101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77664; }

 p { color: rgb(183,118,100); }

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

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

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

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

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

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

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