#B75E7D

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

Shades of Tapestry #B75E7D

Tints of Tapestry #B75E7D

Color information

#B75E7D (or 0xB75E7D) is unknown color: approx Tapestry. HEX triplet: B7, 5E and 7D. RGB value is (183,94,125). Sum of RGB (Red+Green+Blue) = 183+94+125=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E7D is #48A182. Grayscale: #7C7C7C. Windows color (decimal): -4759939 or 8216247. OLE color: 8216247.

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

Color convert

RGB18394125-
CMYK00.490.320.28
HSL339.1º38.2%54.31%-
HSV(B)339.1º48.63%71.76%-
XYZ27.2319.5521.74-
YUV124.14128.49169.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 125 (49.22% from 255) = 31.09%
R=45.52%
G=23.38%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839412500.490.320.28339.138.254.31
HexB75E7D031201C1532636
Octal26713617506140345234666
Binary1011011110111101111101011000110000011100101010011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75E7D; }

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

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

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

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

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

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

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

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