Html Css Color HEX #B6798A Tapestry

📋 copy color: '#B6798A'

red 182 ◦ green 121 ◦ blue 138

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

Shades of Tapestry #B6798A

Tints of Tapestry #B6798A

RGB

 RED value IS 182 (71.48% from 255) = 41.27%

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

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

R = 41.27%
G = 27.44%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B6798A (or 0xB6798A) is known color: Tapestry. HEX triplet: B6, 79 and 8A. RGB value is (182,121,138). Sum of RGB (Red+Green+Blue) = 182+121+138=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6798A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6798A is #498675. Grayscale: #8D8D8D. Windows color (decimal): -4818550 or 9075126. OLE color: 9075126.

HSL color Cylindrical-coordinate representation of color #B6798A: hue angle of 343.28º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B6798A is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 121 138 -
CMYK 0 0.34 0.24 0.29
HSL 343.28º 0.29% 0.59% -
HSV(B) 343.28º 0.34% 0.71% -
XYZ 30.72 25.45 27.34 -
YUV 141.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 182 121 138 0 0.34 0.24 0.29 343.28 0.29 0.59
Hex B6 79 8A 0 22 18 1D 157 1D 3B
Octal 266 171 212 0 42 30 35 527 35 73
Binary 10110110 1111001 10001010 0 100010 11000 11101 101010111 11101 111011

Color Harmonies of #B6798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6798A

Black with #B6798A

Text Example


Text Example

White with #B6798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6798A; }

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

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

background-color css

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

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

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

border-color css

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

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

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