#B76F63

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

Shades of Contessa #B76F63

Tints of Contessa #B76F63

Color information

#B76F63 (or 0xB76F63) is unknown color: approx Contessa. HEX triplet: B7, 6F and 63. RGB value is (183,111,99). Sum of RGB (Red+Green+Blue) = 183+111+99=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F63 is #48909C. Grayscale: #838383. Windows color (decimal): -4755613 or 6516663. OLE color: 6516663.

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

Color convert

RGB18311199-
CMYK00.390.460.28
HSL8.57º36.84%55.29%-
HSV(B)8.57º45.9%71.76%-
XYZ27.4722.3414.67-
YUV131.16109.85164.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 99 (39.06% from 255) = 25.19%
R=46.56%
G=28.24%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831119900.390.460.288.5736.8455.29
HexB76F630272E1C92537
Octal2671571430475634114567
Binary10110111110111111000110100111101110111001001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F63; }

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

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

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

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

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

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

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

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