#B76685

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

Shades of Tapestry #B76685

Tints of Tapestry #B76685

Color information

#B76685 (or 0xB76685) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 85. RGB value is (183,102,133). Sum of RGB (Red+Green+Blue) = 183+102+133=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B76685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76685 is #48997A. Grayscale: #818181. Windows color (decimal): -4757883 or 8742583. OLE color: 8742583.

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

Color convert

RGB183102133-
CMYK00.440.270.28
HSL337.04º36%55.88%-
HSV(B)337.04º44.26%71.76%-
XYZ28.5121.2624.79-
YUV129.75129.84165.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 102 (40.23% from 255) = 24.40%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=43.78%
G=24.40%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310213300.440.270.28337.043655.88
HexB7668502C1B1C1512438
Octal26714620505433345214470
Binary1011011111001101000010101011001101111100101010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76685; }

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

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

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

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

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

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

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

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