Html Css Color HEX #B2778A Tapestry

📋 copy color: '#B2778A'

red 178 ◦ green 119 ◦ blue 138

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

Shades of Tapestry #B2778A

Tints of Tapestry #B2778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 40.92%
G = 27.36%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2778A (or 0xB2778A) is known color: Tapestry. HEX triplet: B2, 77 and 8A. RGB value is (178,119,138). Sum of RGB (Red+Green+Blue) = 178+119+138=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B2778A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2778A is #4D8875. Grayscale: #8A8A8A. Windows color (decimal): -5081206 or 9074610. OLE color: 9074610.

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

Color convert

RGB 178 119 138 -
CMYK 0 0.33 0.22 0.30
HSL 340.68º 0.28% 0.58% -
HSV(B) 340.68º 0.33% 0.7% -
XYZ 29.54 24.49 27.22 -
YUV 138.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 178 119 138 0 0.33 0.22 0.30 340.68 0.28 0.58
Hex B2 77 8A 0 21 16 1E 155 1C 3A
Octal 262 167 212 0 41 26 36 525 34 72
Binary 10110010 1110111 10001010 0 100001 10110 11110 101010101 11100 111010

Color Harmonies of #B2778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2778A

Black with #B2778A

Text Example


Text Example

White with #B2778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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