Html Css Color HEX #B4778C Tapestry

📋 copy color: '#B4778C'

red 180 ◦ green 119 ◦ blue 140

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

Shades of Tapestry #B4778C

Tints of Tapestry #B4778C

RGB

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

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

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

R = 41%
G = 27.11%
B = 31.89%

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

#B4778C (or 0xB4778C) is known color: Tapestry. HEX triplet: B4, 77 and 8C. RGB value is (180,119,140). Sum of RGB (Red+Green+Blue) = 180+119+140=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778C is #4B8873. Grayscale: #8B8B8B. Windows color (decimal): -4950132 or 9205684. OLE color: 9205684.

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

Color convert

RGB 180 119 140 -
CMYK 0 0.34 0.22 0.29
HSL 339.34º 0.29% 0.59% -
HSV(B) 339.34º 0.34% 0.71% -
XYZ 30.15 24.79 28.01 -
YUV 139.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 180 119 140 0 0.34 0.22 0.29 339.34 0.29 0.59
Hex B4 77 8C 0 22 16 1D 153 1D 3B
Octal 264 167 214 0 42 26 35 523 35 73
Binary 10110100 1110111 10001100 0 100010 10110 11101 101010011 11101 111011

Color Harmonies of #B4778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4778C

Black with #B4778C

Text Example


Text Example

White with #B4778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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