#b75f89

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

Shades of Tapestry #B75F89

Tints of Tapestry #B75F89

Color information

#B75F89 (or 0xB75F89) is unknown color: approx Tapestry. HEX triplet: B7, 5F and 89. RGB value is (183,95,137). Sum of RGB (Red+Green+Blue) = 183+95+137=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F89 is #48A076. Grayscale: #7E7E7E. Windows color (decimal): -4759671 or 9002935. OLE color: 9002935.

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

Color convert

RGB18395137-
CMYK00.480.250.28
HSL331.36º37.93%54.51%-
HSV(B)331.36º48.09%71.76%-
XYZ28.1420.0626.06-
YUV126.1134.15168.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.10%
GREEN value IS 95 (37.5% from 255) = 22.89%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=44.10%
G=22.89%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839513700.480.250.28331.3637.9354.51
HexB75F89030191C14b2637
Octal26713721106031345134667
Binary1011011110111111000100101100001100111100101001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75f89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75f89; }

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

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

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

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

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

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

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

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