#B76865

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

Shades of Contessa #B76865

Tints of Contessa #B76865

Color information

#B76865 (or 0xB76865) is unknown color: approx Contessa. HEX triplet: B7, 68 and 65. RGB value is (183,104,101). Sum of RGB (Red+Green+Blue) = 183+104+101=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B76865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76865 is #48979A. Grayscale: #7F7F7F. Windows color (decimal): -4757403 or 6645943. OLE color: 6645943.

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

Color convert

RGB183104101-
CMYK00.430.450.28
HSL2.2º36.28%55.69%-
HSV(B)2.2º44.81%71.76%-
XYZ26.8320.9114.93-
YUV127.28113.17167.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.16%
GREEN value IS 104 (41.02% from 255) = 26.80%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=47.16%
G=26.80%
B=26.03%

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
Decimal18310410100.430.450.282.236.2855.69
HexB7686502B2D1C22438
Octal267150145053553424470
Binary101101111101000110010101010111011011110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76865; }

 p { color: rgb(183,104,101); }

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

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

 a { background-color: rgb(183,104,101); }

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

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

 span { border-color: rgb(183,104,101); }

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