#B7766F

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

Shades of Contessa #B7766F

Tints of Contessa #B7766F

Color information

#B7766F (or 0xB7766F) is unknown color: approx Contessa. HEX triplet: B7, 76 and 6F. RGB value is (183,118,111). Sum of RGB (Red+Green+Blue) = 183+118+111=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7766F is #488990. Grayscale: #888888. Windows color (decimal): -4753809 or 7304887. OLE color: 7304887.

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

Color convert

RGB183118111-
CMYK00.360.390.28
HSL5.83º33.33%57.65%-
HSV(B)5.83º39.34%71.76%-
XYZ28.8824.1718.18-
YUV136.64113.53161.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.42%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=44.42%
G=28.64%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311811100.360.390.285.8333.3357.65
HexB7766F024271C6213a
Octal267166157044473464172
Binary1011011111101101101111010010010011111100110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7766F; }

 p { color: rgb(183,118,111); }

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

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

 a { background-color: rgb(183,118,111); }

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

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

 span { border-color: rgb(183,118,111); }

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