Html Css Color HEX #B4778E Tapestry

📋 copy color: '#B4778E'

red 180 ◦ green 119 ◦ blue 142

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

Shades of Tapestry #B4778E

Tints of Tapestry #B4778E

RGB

 RED value IS 180 (70.7% from 255) = 40.82%

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

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

R = 40.82%
G = 26.98%
B = 32.2%

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

#B4778E (or 0xB4778E) is known color: Tapestry. HEX triplet: B4, 77 and 8E. RGB value is (180,119,142). Sum of RGB (Red+Green+Blue) = 180+119+142=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778E is #4B8871. Grayscale: #8B8B8B. Windows color (decimal): -4950130 or 9336756. OLE color: 9336756.

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

Color convert

RGB 180 119 142 -
CMYK 0 0.34 0.21 0.29
HSL 337.38º 0.29% 0.59% -
HSV(B) 337.38º 0.34% 0.71% -
XYZ 30.3 24.85 28.79 -
YUV 139.86 129.21 156.63 -
System Red Green Blue C M Y K H S L
Decimal 180 119 142 0 0.34 0.21 0.29 337.38 0.29 0.59
Hex B4 77 8E 0 22 15 1D 151 1D 3B
Octal 264 167 216 0 42 25 35 521 35 73
Binary 10110100 1110111 10001110 0 100010 10101 11101 101010001 11101 111011

Color Harmonies of #B4778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4778E

Black with #B4778E

Text Example


Text Example

White with #B4778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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