Html Css Color HEX #B5778C Tapestry

📋 copy color: '#B5778C'

red 181 ◦ green 119 ◦ blue 140

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

Shades of Tapestry #B5778C

Tints of Tapestry #B5778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.82%

R = 41.14%
G = 27.05%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5778C (or 0xB5778C) is known color: Tapestry. HEX triplet: B5, 77 and 8C. RGB value is (181,119,140). Sum of RGB (Red+Green+Blue) = 181+119+140=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778C is #4A8873. Grayscale: #8B8B8B. Windows color (decimal): -4884596 or 9205685. OLE color: 9205685.

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

Color convert

RGB 181 119 140 -
CMYK 0 0.34 0.23 0.29
HSL 339.68º 0.3% 0.59% -
HSV(B) 339.68º 0.34% 0.71% -
XYZ 30.39 24.91 28.02 -
YUV 139.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 181 119 140 0 0.34 0.23 0.29 339.68 0.3 0.59
Hex B5 77 8C 0 22 17 1D 154 1E 3B
Octal 265 167 214 0 42 27 35 524 36 73
Binary 10110101 1110111 10001100 0 100010 10111 11101 101010100 11110 111011

Color Harmonies of #B5778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5778C

Black with #B5778C

Text Example


Text Example

White with #B5778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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