#B77B66

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

Shades of Contessa #B77B66

Tints of Contessa #B77B66

Color information

#B77B66 (or 0xB77B66) is unknown color: approx Contessa. HEX triplet: B7, 7B and 66. RGB value is (183,123,102). Sum of RGB (Red+Green+Blue) = 183+123+102=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B66 is #488499. Grayscale: #8A8A8A. Windows color (decimal): -4752538 or 6716343. OLE color: 6716343.

HSL color Cylindrical-coordinate representation of color #B77B66: hue angle of 15.56º 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 #B77B66 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB183123102-
CMYK00.330.440.28
HSL15.56º36%55.88%-
HSV(B)15.56º44.26%71.76%-
XYZ29.0125.1915.9-
YUV138.55107.38159.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 123 (48.44% from 255) = 30.15%
BLUE value IS 102 (40.23% from 255) = 25%
R=44.85%
G=30.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312310200.330.440.2815.563655.88
HexB77B660212C1C102438
Octal2671731460415434204470
Binary101101111111011110011001000011011001110010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77B66; }

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

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

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

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

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

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

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

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