#B76966

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

Shades of Contessa #B76966

Tints of Contessa #B76966

Color information

#B76966 (or 0xB76966) is unknown color: approx Contessa. HEX triplet: B7, 69 and 66. RGB value is (183,105,102). Sum of RGB (Red+Green+Blue) = 183+105+102=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B76966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76966 is #489699. Grayscale: #808080. Windows color (decimal): -4757146 or 6711735. OLE color: 6711735.

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

Color convert

RGB183105102-
CMYK00.430.440.28
HSL2.22º36%55.88%-
HSV(B)2.22º44.26%71.76%-
XYZ26.9821.1315.23-
YUV127.98113.34167.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=46.92%
G=26.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310510200.430.440.282.223655.88
HexB7696602B2C1C22438
Octal267151146053543424470
Binary101101111101001110011001010111011001110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76966; }

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

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

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

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

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

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

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

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