#b76d93

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

Shades of Tapestry #B76D93

Tints of Tapestry #B76D93

Color information

#B76D93 (or 0xB76D93) is unknown color: approx Tapestry. HEX triplet: B7, 6D and 93. RGB value is (183,109,147). Sum of RGB (Red+Green+Blue) = 183+109+147=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76D93 is #48926C. Grayscale: #878787. Windows color (decimal): -4756077 or 9661879. OLE color: 9661879.

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

Color convert

RGB183109147-
CMYK00.400.200.28
HSL329.19º33.94%57.25%-
HSV(B)329.19º40.44%71.76%-
XYZ30.2623.1130.47-
YUV135.46134.52161.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.69%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=41.69%
G=24.83%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310914700.400.200.28329.1933.9457.25
HexB76D93028141C1492239
Octal26715522305024345114271
Binary1011011111011011001001101010001010011100101001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76d93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76d93; }

 p { color: rgb(183,109,147); }

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

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

 a { background-color: rgb(183,109,147); }

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

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

 span { border-color: rgb(183,109,147); }

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