#B77061

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

Shades of Contessa #B77061

Tints of Contessa #B77061

Color information

#B77061 (or 0xB77061) is unknown color: approx Contessa. HEX triplet: B7, 70 and 61. RGB value is (183,112,97). Sum of RGB (Red+Green+Blue) = 183+112+97=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B77061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77061 is #488F9E. Grayscale: #838383. Windows color (decimal): -4755359 or 6385847. OLE color: 6385847.

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

Color convert

RGB18311297-
CMYK00.390.470.28
HSL10.47º37.39%54.9%-
HSV(B)10.47º46.99%71.76%-
XYZ27.4822.5214.21-
YUV131.52108.52164.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=46.68%
G=28.57%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831129700.390.470.2810.4737.3954.9
HexB770610272F1Ca2537
Octal2671601410475734124567
Binary10110111111000011000010100111101111111001010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77061; }

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

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

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

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

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

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

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

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