Html Css Color HEX #B5778D Tapestry

📋 copy color: '#B5778D'

red 181 ◦ green 119 ◦ blue 141

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

Shades of Tapestry #B5778D

Tints of Tapestry #B5778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 41.04%
G = 26.98%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5778D (or 0xB5778D) is known color: Tapestry. HEX triplet: B5, 77 and 8D. RGB value is (181,119,141). Sum of RGB (Red+Green+Blue) = 181+119+141=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778D is #4A8872. Grayscale: #8C8C8C. Windows color (decimal): -4884595 or 9271221. OLE color: 9271221.

HSL color Cylindrical-coordinate representation of color #B5778D: hue angle of 338.71º 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 #B5778D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 141 -
CMYK 0 0.34 0.22 0.29
HSL 338.71º 0.3% 0.59% -
HSV(B) 338.71º 0.34% 0.71% -
XYZ 30.46 24.94 28.41 -
YUV 140.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 181 119 141 0 0.34 0.22 0.29 338.71 0.3 0.59
Hex B5 77 8D 0 22 16 1D 153 1E 3B
Octal 265 167 215 0 42 26 35 523 36 73
Binary 10110101 1110111 10001101 0 100010 10110 11101 101010011 11110 111011

Color Harmonies of #B5778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5778D

Black with #B5778D

Text Example


Text Example

White with #B5778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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