Html Css Color HEX #B3778F Tapestry

📋 copy color: '#B3778F'

red 179 ◦ green 119 ◦ blue 143

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

Shades of Tapestry #B3778F

Tints of Tapestry #B3778F

RGB

 RED value IS 179 (70.31% from 255) = 40.59%

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

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

R = 40.59%
G = 26.98%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3778F (or 0xB3778F) is known color: Tapestry. HEX triplet: B3, 77 and 8F. RGB value is (179,119,143). Sum of RGB (Red+Green+Blue) = 179+119+143=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B3778F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3778F is #4C8870. Grayscale: #8B8B8B. Windows color (decimal): -5015665 or 9402291. OLE color: 9402291.

HSL color Cylindrical-coordinate representation of color #B3778F: hue angle of 336º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3778F is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 119 143 -
CMYK 0 0.34 0.20 0.30
HSL 336º 0.28% 0.58% -
HSV(B) 336º 0.34% 0.7% -
XYZ 30.15 24.76 29.18 -
YUV 139.68 129.88 156.05 -
System Red Green Blue C M Y K H S L
Decimal 179 119 143 0 0.34 0.20 0.30 336 0.28 0.58
Hex B3 77 8F 0 22 14 1E 150 1C 3A
Octal 263 167 217 0 42 24 36 520 34 72
Binary 10110011 1110111 10001111 0 100010 10100 11110 101010000 11100 111010

Color Harmonies of #B3778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3778F

Black with #B3778F

Text Example


Text Example

White with #B3778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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