#b95e7d

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

Shades of Tapestry #B95E7D

Tints of Tapestry #B95E7D

Color information

#B95E7D (or 0xB95E7D) is unknown color: approx Tapestry. HEX triplet: B9, 5E and 7D. RGB value is (185,94,125). Sum of RGB (Red+Green+Blue) = 185+94+125=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E7D is #46A182. Grayscale: #7C7C7C. Windows color (decimal): -4628867 or 8216249. OLE color: 8216249.

HSL color Cylindrical-coordinate representation of color #B95E7D: hue angle of 339.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E7D is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18594125-
CMYK00.490.320.27
HSL339.56º39.39%54.71%-
HSV(B)339.56º49.19%72.55%-
XYZ27.7119.821.76-
YUV124.74128.15170.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.79%
GREEN value IS 94 (37.11% from 255) = 23.27%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=45.79%
G=23.27%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859412500.490.320.27339.5639.3954.71
HexB95E7D031201B1542737
Octal27113617506140335244767
Binary1011100110111101111101011000110000011011101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b95e7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b95e7d; }

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

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

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

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

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

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

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

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