#B76689

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

Shades of Tapestry #B76689

Tints of Tapestry #B76689

Color information

#B76689 (or 0xB76689) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 89. RGB value is (183,102,137). Sum of RGB (Red+Green+Blue) = 183+102+137=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B76689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76689 is #489976. Grayscale: #828282. Windows color (decimal): -4757879 or 9004727. OLE color: 9004727.

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

Color convert

RGB183102137-
CMYK00.440.250.28
HSL334.07º36%55.88%-
HSV(B)334.07º44.26%71.76%-
XYZ28.821.3826.28-
YUV130.21131.84165.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.36%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 137 (53.91% from 255) = 32.46%
R=43.36%
G=24.17%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310213700.440.250.28334.073655.88
HexB7668902C191C14e2438
Octal26714621105431345164470
Binary1011011111001101000100101011001100111100101001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76689; }

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

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

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

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

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

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

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

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