#B76F7D

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

Shades of Tapestry #B76F7D

Tints of Tapestry #B76F7D

Color information

#B76F7D (or 0xB76F7D) is unknown color: approx Tapestry. HEX triplet: B7, 6F and 7D. RGB value is (183,111,125). Sum of RGB (Red+Green+Blue) = 183+111+125=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F7D is #489082. Grayscale: #868686. Windows color (decimal): -4755587 or 8220599. OLE color: 8220599.

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

Color convert

RGB183111125-
CMYK00.390.320.28
HSL348.33º33.33%57.65%-
HSV(B)348.33º39.34%71.76%-
XYZ28.9122.9222.3-
YUV134.12122.85162.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.68%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=43.68%
G=26.49%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311112500.390.320.28348.3333.3357.65
HexB76F7D027201C15c213a
Octal26715717504740345344172
Binary1011011111011111111101010011110000011100101011100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76F7D; }

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

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

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

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

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

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

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

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