Html Css Color HEX #B2778D Tapestry

📋 copy color: '#B2778D'

red 178 ◦ green 119 ◦ blue 141

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

Shades of Tapestry #B2778D

Tints of Tapestry #B2778D

RGB

 RED value IS 178 (69.92% from 255) = 40.64%

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

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 40.64%
G = 27.17%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2778D (or 0xB2778D) is known color: Tapestry. HEX triplet: B2, 77 and 8D. RGB value is (178,119,141). Sum of RGB (Red+Green+Blue) = 178+119+141=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2778D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2778D is #4D8872. Grayscale: #8B8B8B. Windows color (decimal): -5081203 or 9271218. OLE color: 9271218.

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

Color convert

RGB 178 119 141 -
CMYK 0 0.33 0.21 0.30
HSL 337.63º 0.28% 0.58% -
HSV(B) 337.63º 0.33% 0.7% -
XYZ 29.76 24.58 28.38 -
YUV 139.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 178 119 141 0 0.33 0.21 0.30 337.63 0.28 0.58
Hex B2 77 8D 0 21 15 1E 152 1C 3A
Octal 262 167 215 0 41 25 36 522 34 72
Binary 10110010 1110111 10001101 0 100001 10101 11110 101010010 11100 111010

Color Harmonies of #B2778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2778D

Black with #B2778D

Text Example


Text Example

White with #B2778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2778D; }

 p { color: rgb(178,119,141); }

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

background-color css

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

 a { background-color: rgb(178,119,141); }

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

border-color css

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

 span { border-color: rgb(178,119,141); }

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