Html Css Color HEX #B2778F Tapestry

📋 copy color: '#B2778F'

red 178 ◦ green 119 ◦ blue 143

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

Shades of Tapestry #B2778F

Tints of Tapestry #B2778F

RGB

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

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

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

R = 40.45%
G = 27.05%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2778F (or 0xB2778F) is known color: Tapestry. HEX triplet: B2, 77 and 8F. RGB value is (178,119,143). Sum of RGB (Red+Green+Blue) = 178+119+143=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B2778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2778F is #4D8870. Grayscale: #8B8B8B. Windows color (decimal): -5081201 or 9402290. OLE color: 9402290.

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

Color convert

RGB 178 119 143 -
CMYK 0 0.33 0.20 0.30
HSL 335.59º 0.28% 0.58% -
HSV(B) 335.59º 0.33% 0.7% -
XYZ 29.91 24.64 29.17 -
YUV 139.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 178 119 143 0 0.33 0.20 0.30 335.59 0.28 0.58
Hex B2 77 8F 0 21 14 1E 150 1C 3A
Octal 262 167 217 0 41 24 36 520 34 72
Binary 10110010 1110111 10001111 0 100001 10100 11110 101010000 11100 111010

Color Harmonies of #B2778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2778F

Black with #B2778F

Text Example


Text Example

White with #B2778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2778F; }

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

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

background-color css

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

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

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

border-color css

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

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

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