#B76889

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

Shades of Tapestry #B76889

Tints of Tapestry #B76889

Color information

#B76889 (or 0xB76889) is unknown color: approx Tapestry. HEX triplet: B7, 68 and 89. RGB value is (183,104,137). Sum of RGB (Red+Green+Blue) = 183+104+137=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B76889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76889 is #489776. Grayscale: #838383. Windows color (decimal): -4757367 or 9005239. OLE color: 9005239.

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

Color convert

RGB183104137-
CMYK00.430.250.28
HSL334.94º35.43%56.27%-
HSV(B)334.94º43.17%71.76%-
XYZ28.9921.7726.34-
YUV131.38131.17164.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=43.16%
G=24.53%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310413700.430.250.28334.9435.4356.27
HexB7688902B191C14f2338
Octal26715021105331345174370
Binary1011011111010001000100101010111100111100101001111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76889; }

 p { color: rgb(183,104,137); }

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

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

 a { background-color: rgb(183,104,137); }

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

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

 span { border-color: rgb(183,104,137); }

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