#B77869

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

Shades of Contessa #B77869

Tints of Contessa #B77869

Color information

#B77869 (or 0xB77869) is unknown color: approx Contessa. HEX triplet: B7, 78 and 69. RGB value is (183,120,105). Sum of RGB (Red+Green+Blue) = 183+120+105=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B77869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77869 is #488796. Grayscale: #898989. Windows color (decimal): -4753303 or 6912183. OLE color: 6912183.

HSL color Cylindrical-coordinate representation of color #B77869: hue angle of 11.54º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77869 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB183120105-
CMYK00.340.430.28
HSL11.54º35.14%56.47%-
HSV(B)11.54º42.62%71.76%-
XYZ28.7924.5216.58-
YUV137.13109.87160.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=44.85%
G=29.41%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312010500.340.430.2811.5435.1456.47
HexB778690222B1Cc2338
Octal2671701510425334144370
Binary10110111111100011010010100010101011111001100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77869; }

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

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

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

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

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

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

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

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