#B76964

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

Shades of Contessa #B76964

Tints of Contessa #B76964

Color information

#B76964 (or 0xB76964) is unknown color: approx Contessa. HEX triplet: B7, 69 and 64. RGB value is (183,105,100). Sum of RGB (Red+Green+Blue) = 183+105+100=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76964 is #48969B. Grayscale: #7F7F7F. Windows color (decimal): -4757148 or 6580663. OLE color: 6580663.

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

Color convert

RGB183105100-
CMYK00.430.450.28
HSL3.61º36.56%55.49%-
HSV(B)3.61º45.36%71.76%-
XYZ26.8821.0914.71-
YUV127.75112.34167.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 105 (41.41% from 255) = 27.06%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=47.16%
G=27.06%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310510000.430.450.283.6136.5655.49
HexB7696402B2D1C42537
Octal267151144053553444567
Binary1011011111010011100100010101110110111100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76964; }

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

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

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

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

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

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

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

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