Html Css Color HEX #B95E87 Tapestry

📋 copy color: '#B95E87'

red 185 ◦ green 94 ◦ blue 135

#B95E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B95E87

Tints of Tapestry #B95E87

RGB

 RED value IS 185 (72.66% from 255) = 44.69%

 GREEN value IS 94 (37.11% from 255) = 22.71%

 BLUE value IS 135 (53.13% from 255) = 32.61%

R = 44.69%
G = 22.71%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B95E87 (or 0xB95E87) is known color: Tapestry. HEX triplet: B9, 5E and 87. RGB value is (185,94,135). Sum of RGB (Red+Green+Blue) = 185+94+135=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E87 is #46A178. Grayscale: #7D7D7D. Windows color (decimal): -4628857 or 8871609. OLE color: 8871609.

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

Color convert

RGB 185 94 135 -
CMYK 0 0.49 0.27 0.27
HSL 332.97º 0.39% 0.55% -
HSV(B) 332.97º 0.49% 0.73% -
XYZ 28.38 20.07 25.3 -
YUV 125.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 185 94 135 0 0.49 0.27 0.27 332.97 0.39 0.55
Hex B9 5E 87 0 31 1B 1B 14D 27 37
Octal 271 136 207 0 61 33 33 515 47 67
Binary 10111001 1011110 10000111 0 110001 11011 11011 101001101 100111 110111

Color Harmonies of #B95E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E87

Black with #B95E87

Text Example


Text Example

White with #B95E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E87; }

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

 H1.HeaderClassName
 {
   color: #B95E87;
 }
 .AnyTagClassName
 {
   color: #B95E87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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