#B76F6B

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

Shades of Contessa #B76F6B

Tints of Contessa #B76F6B

Color information

#B76F6B (or 0xB76F6B) is unknown color: approx Contessa. HEX triplet: B7, 6F and 6B. RGB value is (183,111,107). Sum of RGB (Red+Green+Blue) = 183+111+107=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F6B is #489094. Grayscale: #848484. Windows color (decimal): -4755605 or 7040951. OLE color: 7040951.

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

Color convert

RGB183111107-
CMYK00.390.420.28
HSL3.16º34.55%56.86%-
HSV(B)3.16º41.53%71.76%-
XYZ27.8722.516.78-
YUV132.07113.85164.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=45.64%
G=27.68%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311110700.390.420.283.1634.5556.86
HexB76F6B0272A1C32339
Octal267157153047523434371
Binary101101111101111110101101001111010101110011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F6B; }

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

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

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

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

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

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

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

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