#B75F84

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

Shades of Tapestry #B75F84

Tints of Tapestry #B75F84

Color information

#B75F84 (or 0xB75F84) is unknown color: approx Tapestry. HEX triplet: B7, 5F and 84. RGB value is (183,95,132). Sum of RGB (Red+Green+Blue) = 183+95+132=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F84 is #48A07B. Grayscale: #7D7D7D. Windows color (decimal): -4759676 or 8675255. OLE color: 8675255.

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

Color convert

RGB18395132-
CMYK00.480.280.28
HSL334.77º37.93%54.51%-
HSV(B)334.77º48.09%71.76%-
XYZ27.7919.9224.21-
YUV125.53131.65168.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.63%
GREEN value IS 95 (37.5% from 255) = 23.17%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=44.63%
G=23.17%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839513200.480.280.28334.7737.9354.51
HexB75F840301C1C14f2637
Octal26713720406034345174667
Binary1011011110111111000010001100001110011100101001111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75F84; }

 p { color: rgb(183,95,132); }

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

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

 a { background-color: rgb(183,95,132); }

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

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

 span { border-color: rgb(183,95,132); }

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