#B77066

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

Shades of Contessa #B77066

Tints of Contessa #B77066

Color information

#B77066 (or 0xB77066) is unknown color: approx Contessa. HEX triplet: B7, 70 and 66. RGB value is (183,112,102). Sum of RGB (Red+Green+Blue) = 183+112+102=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B77066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77066 is #488F99. Grayscale: #848484. Windows color (decimal): -4755354 or 6713527. OLE color: 6713527.

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

Color convert

RGB183112102-
CMYK00.390.440.28
HSL7.41º36%55.88%-
HSV(B)7.41º44.26%71.76%-
XYZ27.7222.6115.47-
YUV132.09111.02164.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=46.10%
G=28.21%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311210200.390.440.287.413655.88
HexB770660272C1C72438
Octal267160146047543474470
Binary1011011111100001100110010011110110011100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77066; }

 p { color: rgb(183,112,102); }

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

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

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

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

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

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

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