#B75E81

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

Shades of Tapestry #B75E81

Tints of Tapestry #B75E81

Color information

#B75E81 (or 0xB75E81) is unknown color: approx Tapestry. HEX triplet: B7, 5E and 81. RGB value is (183,94,129). Sum of RGB (Red+Green+Blue) = 183+94+129=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75E81 is #48A17E. Grayscale: #7C7C7C. Windows color (decimal): -4759935 or 8478391. OLE color: 8478391.

HSL color Cylindrical-coordinate representation of color #B75E81: hue angle of 336.4º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75E81 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18394129-
CMYK00.490.300.28
HSL336.4º38.2%54.31%-
HSV(B)336.4º48.63%71.76%-
XYZ27.4919.6623.11-
YUV124.6130.49169.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=45.07%
G=23.15%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839412900.490.300.28336.438.254.31
HexB75E810311E1C1502636
Octal26713620106136345204666
Binary1011011110111101000000101100011111011100101010000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E81; }

 p { color: rgb(183,94,129); }

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

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

 a { background-color: rgb(183,94,129); }

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

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

 span { border-color: rgb(183,94,129); }

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