Html Css Color HEX #B2798A Tapestry

📋 copy color: '#B2798A'

red 178 ◦ green 121 ◦ blue 138

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

Shades of Tapestry #B2798A

Tints of Tapestry #B2798A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.69%

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

R = 40.73%
G = 27.69%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2798A (or 0xB2798A) is known color: Tapestry. HEX triplet: B2, 79 and 8A. RGB value is (178,121,138). Sum of RGB (Red+Green+Blue) = 178+121+138=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B2798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2798A is #4D8675. Grayscale: #8B8B8B. Windows color (decimal): -5080694 or 9075122. OLE color: 9075122.

HSL color Cylindrical-coordinate representation of color #B2798A: hue angle of 342.11º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B2798A is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 138 -
CMYK 0 0.32 0.22 0.30
HSL 342.11º 0.27% 0.59% -
HSV(B) 342.11º 0.32% 0.7% -
XYZ 29.78 24.97 27.3 -
YUV 139.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 178 121 138 0 0.32 0.22 0.30 342.11 0.27 0.59
Hex B2 79 8A 0 20 16 1E 156 1B 3B
Octal 262 171 212 0 40 26 36 526 33 73
Binary 10110010 1111001 10001010 0 100000 10110 11110 101010110 11011 111011

Color Harmonies of #B2798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2798A

Black with #B2798A

Text Example


Text Example

White with #B2798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2798A; }

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

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

background-color css

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

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

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

border-color css

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

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

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