Html Css Color HEX #B5778F Tapestry

📋 copy color: '#B5778F'

red 181 ◦ green 119 ◦ blue 143

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

Shades of Tapestry #B5778F

Tints of Tapestry #B5778F

RGB

 RED value IS 181 (71.09% from 255) = 40.86%

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 143 (56.25% from 255) = 32.28%

R = 40.86%
G = 26.86%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B5778F (or 0xB5778F) is known color: Tapestry. HEX triplet: B5, 77 and 8F. RGB value is (181,119,143). Sum of RGB (Red+Green+Blue) = 181+119+143=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778F is #4A8870. Grayscale: #8C8C8C. Windows color (decimal): -4884593 or 9402293. OLE color: 9402293.

HSL color Cylindrical-coordinate representation of color #B5778F: hue angle of 336.77º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5778F is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 143 -
CMYK 0 0.34 0.21 0.29
HSL 336.77º 0.3% 0.59% -
HSV(B) 336.77º 0.34% 0.71% -
XYZ 30.61 25 29.2 -
YUV 140.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 181 119 143 0 0.34 0.21 0.29 336.77 0.3 0.59
Hex B5 77 8F 0 22 15 1D 151 1E 3B
Octal 265 167 217 0 42 25 35 521 36 73
Binary 10110101 1110111 10001111 0 100010 10101 11101 101010001 11110 111011

Color Harmonies of #B5778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5778F

Black with #B5778F

Text Example


Text Example

White with #B5778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5778F; }

 p { color: rgb(181,119,143); }

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

background-color css

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

 a { background-color: rgb(181,119,143); }

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

border-color css

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

 span { border-color: rgb(181,119,143); }

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