#B77261

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

Shades of Contessa #B77261

Tints of Contessa #B77261

Color information

#B77261 (or 0xB77261) is unknown color: approx Contessa. HEX triplet: B7, 72 and 61. RGB value is (183,114,97). Sum of RGB (Red+Green+Blue) = 183+114+97=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B77261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77261 is #488D9E. Grayscale: #848484. Windows color (decimal): -4754847 or 6386359. OLE color: 6386359.

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

Color convert

RGB18311497-
CMYK00.380.470.28
HSL11.86º37.39%54.9%-
HSV(B)11.86º46.99%71.76%-
XYZ27.722.9614.28-
YUV132.69107.86163.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 97 (38.28% from 255) = 24.62%
R=46.45%
G=28.93%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831149700.380.470.2811.8637.3954.9
HexB772610262F1Cc2537
Octal2671621410465734144567
Binary10110111111001011000010100110101111111001100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77261; }

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

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

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

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

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

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

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

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