Html Css Color HEX #B5778E Tapestry

📋 copy color: '#B5778E'

red 181 ◦ green 119 ◦ blue 142

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

Shades of Tapestry #B5778E

Tints of Tapestry #B5778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 40.95%
G = 26.92%
B = 32.13%

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

#B5778E (or 0xB5778E) is known color: Tapestry. HEX triplet: B5, 77 and 8E. RGB value is (181,119,142). Sum of RGB (Red+Green+Blue) = 181+119+142=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778E is #4A8871. Grayscale: #8C8C8C. Windows color (decimal): -4884594 or 9336757. OLE color: 9336757.

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

Color convert

RGB 181 119 142 -
CMYK 0 0.34 0.22 0.29
HSL 337.74º 0.3% 0.59% -
HSV(B) 337.74º 0.34% 0.71% -
XYZ 30.54 24.97 28.8 -
YUV 140.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 181 119 142 0 0.34 0.22 0.29 337.74 0.3 0.59
Hex B5 77 8E 0 22 16 1D 152 1E 3B
Octal 265 167 216 0 42 26 35 522 36 73
Binary 10110101 1110111 10001110 0 100010 10110 11101 101010010 11110 111011

Color Harmonies of #B5778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5778E

Black with #B5778E

Text Example


Text Example

White with #B5778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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