#B76E7D

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

Shades of Tapestry #B76E7D

Tints of Tapestry #B76E7D

Color information

#B76E7D (or 0xB76E7D) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 7D. RGB value is (183,110,125). Sum of RGB (Red+Green+Blue) = 183+110+125=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E7D is #489182. Grayscale: #858585. Windows color (decimal): -4755843 or 8220343. OLE color: 8220343.

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

Color convert

RGB183110125-
CMYK00.400.320.28
HSL347.67º33.64%57.45%-
HSV(B)347.67º39.89%71.76%-
XYZ28.8122.722.27-
YUV133.54123.18163.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 110 (43.36% from 255) = 26.32%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=43.78%
G=26.32%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311012500.400.320.28347.6733.6457.45
HexB76E7D028201C15c2239
Octal26715617505040345344271
Binary1011011111011101111101010100010000011100101011100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E7D; }

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

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

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

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

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

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

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

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