Html Css Color HEX #B5778B Tapestry

📋 copy color: '#B5778B'

red 181 ◦ green 119 ◦ blue 139

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

Shades of Tapestry #B5778B

Tints of Tapestry #B5778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.66%

R = 41.23%
G = 27.11%
B = 31.66%

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

#B5778B (or 0xB5778B) is known color: Tapestry. HEX triplet: B5, 77 and 8B. RGB value is (181,119,139). Sum of RGB (Red+Green+Blue) = 181+119+139=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5778B is #4A8874. Grayscale: #8B8B8B. Windows color (decimal): -4884597 or 9140149. OLE color: 9140149.

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

Color convert

RGB 181 119 139 -
CMYK 0 0.34 0.23 0.29
HSL 340.65º 0.3% 0.59% -
HSV(B) 340.65º 0.34% 0.71% -
XYZ 30.31 24.88 27.63 -
YUV 139.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 181 119 139 0 0.34 0.23 0.29 340.65 0.3 0.59
Hex B5 77 8B 0 22 17 1D 155 1E 3B
Octal 265 167 213 0 42 27 35 525 36 73
Binary 10110101 1110111 10001011 0 100010 10111 11101 101010101 11110 111011

Color Harmonies of #B5778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5778B

Black with #B5778B

Text Example


Text Example

White with #B5778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5778B; }

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

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

background-color css

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

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

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

border-color css

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

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

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