#B95D83

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

Shades of Tapestry #B95D83

Tints of Tapestry #B95D83

Color information

#B95D83 (or 0xB95D83) is unknown color: approx Tapestry. HEX triplet: B9, 5D and 83. RGB value is (185,93,131). Sum of RGB (Red+Green+Blue) = 185+93+131=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D83 is #46A27C. Grayscale: #7C7C7C. Windows color (decimal): -4629117 or 8609209. OLE color: 8609209.

HSL color Cylindrical-coordinate representation of color #B95D83: hue angle of 335.22º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D83 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18593131-
CMYK00.500.290.27
HSL335.22º39.66%54.51%-
HSV(B)335.22º49.73%72.55%-
XYZ28.0219.7823.81-
YUV124.84131.48170.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 93 (36.72% from 255) = 22.74%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=45.23%
G=22.74%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859313100.500.290.27335.2239.6654.51
HexB95D830321D1B14f2837
Octal27113520306235335175067
Binary1011100110111011000001101100101110111011101001111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95D83; }

 p { color: rgb(185,93,131); }

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

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

 a { background-color: rgb(185,93,131); }

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

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

 span { border-color: rgb(185,93,131); }

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