#B76862

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

Shades of Contessa #B76862

Tints of Contessa #B76862

Color information

#B76862 (or 0xB76862) is unknown color: approx Contessa. HEX triplet: B7, 68 and 62. RGB value is (183,104,98). Sum of RGB (Red+Green+Blue) = 183+104+98=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B76862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76862 is #48979D. Grayscale: #7F7F7F. Windows color (decimal): -4757406 or 6449335. OLE color: 6449335.

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

Color convert

RGB18310498-
CMYK00.430.460.28
HSL4.24º37.12%55.1%-
HSV(B)4.24º46.45%71.76%-
XYZ26.6820.8514.17-
YUV126.94111.67167.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.53%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=47.53%
G=27.01%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831049800.430.460.284.2437.1255.1
HexB7686202B2E1C42537
Octal267150142053563444567
Binary1011011111010001100010010101110111011100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76862; }

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

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

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

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

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

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

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

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