Html Css Color HEX #B3778E Tapestry

📋 copy color: '#B3778E'

red 179 ◦ green 119 ◦ blue 142

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

Shades of Tapestry #B3778E

Tints of Tapestry #B3778E

RGB

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

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

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

R = 40.68%
G = 27.05%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3778E (or 0xB3778E) is known color: Tapestry. HEX triplet: B3, 77 and 8E. RGB value is (179,119,142). Sum of RGB (Red+Green+Blue) = 179+119+142=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3778E is #4C8871. Grayscale: #8B8B8B. Windows color (decimal): -5015666 or 9336755. OLE color: 9336755.

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

Color convert

RGB 179 119 142 -
CMYK 0 0.34 0.21 0.30
HSL 337º 0.28% 0.58% -
HSV(B) 337º 0.34% 0.7% -
XYZ 30.07 24.73 28.78 -
YUV 139.56 129.38 156.13 -
System Red Green Blue C M Y K H S L
Decimal 179 119 142 0 0.34 0.21 0.30 337 0.28 0.58
Hex B3 77 8E 0 22 15 1E 151 1C 3A
Octal 263 167 216 0 42 25 36 521 34 72
Binary 10110011 1110111 10001110 0 100010 10101 11110 101010001 11100 111010

Color Harmonies of #B3778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3778E

Black with #B3778E

Text Example


Text Example

White with #B3778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3778E; }

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

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

background-color css

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

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

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

border-color css

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

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

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