Html Css Color HEX #B6788D Tapestry

📋 copy color: '#B6788D'

red 182 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #B6788D

Tints of Tapestry #B6788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.09%

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

R = 41.08%
G = 27.09%
B = 31.83%

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

#B6788D (or 0xB6788D) is known color: Tapestry. HEX triplet: B6, 78 and 8D. RGB value is (182,120,141). Sum of RGB (Red+Green+Blue) = 182+120+141=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6788D is #498772. Grayscale: #8C8C8C. Windows color (decimal): -4818803 or 9271478. OLE color: 9271478.

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

Color convert

RGB 182 120 141 -
CMYK 0 0.34 0.23 0.29
HSL 339.68º 0.3% 0.59% -
HSV(B) 339.68º 0.34% 0.71% -
XYZ 30.82 25.3 28.46 -
YUV 140.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 182 120 141 0 0.34 0.23 0.29 339.68 0.3 0.59
Hex B6 78 8D 0 22 17 1D 154 1E 3B
Octal 266 170 215 0 42 27 35 524 36 73
Binary 10110110 1111000 10001101 0 100010 10111 11101 101010100 11110 111011

Color Harmonies of #B6788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6788D

Black with #B6788D

Text Example


Text Example

White with #B6788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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