#B76C63

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

Shades of Contessa #B76C63

Tints of Contessa #B76C63

Color information

#B76C63 (or 0xB76C63) is unknown color: approx Contessa. HEX triplet: B7, 6C and 63. RGB value is (183,108,99). Sum of RGB (Red+Green+Blue) = 183+108+99=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76C63 is #48939C. Grayscale: #818181. Windows color (decimal): -4756381 or 6515895. OLE color: 6515895.

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

Color convert

RGB18310899-
CMYK00.410.460.28
HSL6.43º36.84%55.29%-
HSV(B)6.43º45.9%71.76%-
XYZ27.1421.6914.56-
YUV129.4110.85166.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.92%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=46.92%
G=27.69%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831089900.410.460.286.4336.8455.29
HexB76C630292E1C62537
Octal267154143051563464567
Binary1011011111011001100011010100110111011100110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76C63; }

 p { color: rgb(183,108,99); }

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

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

 a { background-color: rgb(183,108,99); }

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

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

 span { border-color: rgb(183,108,99); }

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