#B76F6C

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

Shades of Contessa #B76F6C

Tints of Contessa #B76F6C

Color information

#B76F6C (or 0xB76F6C) is unknown color: approx Contessa. HEX triplet: B7, 6F and 6C. RGB value is (183,111,108). Sum of RGB (Red+Green+Blue) = 183+111+108=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F6C is #489093. Grayscale: #848484. Windows color (decimal): -4755604 or 7106487. OLE color: 7106487.

HSL color Cylindrical-coordinate representation of color #B76F6C: hue angle of 2.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B76F6C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB183111108-
CMYK00.390.410.28
HSL2.4º34.25%57.06%-
HSV(B)2.4º40.98%71.76%-
XYZ27.9222.5217.06-
YUV132.19114.35164.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 111 (43.75% from 255) = 27.61%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=45.52%
G=27.61%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311110800.390.410.282.434.2557.06
HexB76F6C027291C22239
Octal267157154047513424271
Binary101101111101111110110001001111010011110010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F6C; }

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

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

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

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

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

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

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

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