Html Css Color HEX #B6798D Tapestry

📋 copy color: '#B6798D'

red 182 ◦ green 121 ◦ blue 141

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

Shades of Tapestry #B6798D

Tints of Tapestry #B6798D

RGB

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

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

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

R = 40.99%
G = 27.25%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6798D (or 0xB6798D) is known color: Tapestry. HEX triplet: B6, 79 and 8D. RGB value is (182,121,141). Sum of RGB (Red+Green+Blue) = 182+121+141=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B6798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6798D is #498672. Grayscale: #8D8D8D. Windows color (decimal): -4818547 or 9271734. OLE color: 9271734.

HSL color Cylindrical-coordinate representation of color #B6798D: hue angle of 340.33º 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 #B6798D is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 121 141 -
CMYK 0 0.34 0.23 0.29
HSL 340.33º 0.29% 0.59% -
HSV(B) 340.33º 0.34% 0.71% -
XYZ 30.94 25.54 28.5 -
YUV 141.52 127.71 156.87 -
System Red Green Blue C M Y K H S L
Decimal 182 121 141 0 0.34 0.23 0.29 340.33 0.29 0.59
Hex B6 79 8D 0 22 17 1D 154 1D 3B
Octal 266 171 215 0 42 27 35 524 35 73
Binary 10110110 1111001 10001101 0 100010 10111 11101 101010100 11101 111011

Color Harmonies of #B6798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6798D

Black with #B6798D

Text Example


Text Example

White with #B6798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6798D; }

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

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

background-color css

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

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

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

border-color css

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

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

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