Html Css Color HEX #B35E87 Tapestry

📋 copy color: '#B35E87'

red 179 ◦ green 94 ◦ blue 135

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

Shades of Tapestry #B35E87

Tints of Tapestry #B35E87

RGB

 RED value IS 179 (70.31% from 255) = 43.87%

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

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

R = 43.87%
G = 23.04%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B35E87 (or 0xB35E87) is known color: Tapestry. HEX triplet: B3, 5E and 87. RGB value is (179,94,135). Sum of RGB (Red+Green+Blue) = 179+94+135=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35E87 is #4CA178. Grayscale: #7C7C7C. Windows color (decimal): -5022073 or 8871603. OLE color: 8871603.

HSL color Cylindrical-coordinate representation of color #B35E87: hue angle of 331.06º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35E87 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 135 -
CMYK 0 0.47 0.25 0.30
HSL 331.06º 0.36% 0.54% -
HSV(B) 331.06º 0.47% 0.7% -
XYZ 26.97 19.34 25.23 -
YUV 124.09 134.16 167.17 -
System Red Green Blue C M Y K H S L
Decimal 179 94 135 0 0.47 0.25 0.30 331.06 0.36 0.54
Hex B3 5E 87 0 2F 19 1E 14B 24 36
Octal 263 136 207 0 57 31 36 513 44 66
Binary 10110011 1011110 10000111 0 101111 11001 11110 101001011 100100 110110

Color Harmonies of #B35E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E87

Black with #B35E87

Text Example


Text Example

White with #B35E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E87; }

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

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

background-color css

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

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

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

border-color css

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

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

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