Html Css Color HEX #B4778F Tapestry

📋 copy color: '#B4778F'

red 180 ◦ green 119 ◦ blue 143

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

Shades of Tapestry #B4778F

Tints of Tapestry #B4778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.35%

R = 40.72%
G = 26.92%
B = 32.35%

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

#B4778F (or 0xB4778F) is known color: Tapestry. HEX triplet: B4, 77 and 8F. RGB value is (180,119,143). Sum of RGB (Red+Green+Blue) = 180+119+143=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B4778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4778F is #4B8870. Grayscale: #8B8B8B. Windows color (decimal): -4950129 or 9402292. OLE color: 9402292.

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

Color convert

RGB 180 119 143 -
CMYK 0 0.34 0.21 0.29
HSL 336.39º 0.29% 0.59% -
HSV(B) 336.39º 0.34% 0.71% -
XYZ 30.38 24.88 29.19 -
YUV 139.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 180 119 143 0 0.34 0.21 0.29 336.39 0.29 0.59
Hex B4 77 8F 0 22 15 1D 150 1D 3B
Octal 264 167 217 0 42 25 35 520 35 73
Binary 10110100 1110111 10001111 0 100010 10101 11101 101010000 11101 111011

Color Harmonies of #B4778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4778F

Black with #B4778F

Text Example


Text Example

White with #B4778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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