Html Css Color HEX #B6788B Tapestry

📋 copy color: '#B6788B'

red 182 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #B6788B

Tints of Tapestry #B6788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 41.27%
G = 27.21%
B = 31.52%

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

#B6788B (or 0xB6788B) is known color: Tapestry. HEX triplet: B6, 78 and 8B. RGB value is (182,120,139). Sum of RGB (Red+Green+Blue) = 182+120+139=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6788B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6788B is #498774. Grayscale: #8C8C8C. Windows color (decimal): -4818805 or 9140406. OLE color: 9140406.

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

Color convert

RGB 182 120 139 -
CMYK 0 0.34 0.24 0.29
HSL 341.61º 0.3% 0.59% -
HSV(B) 341.61º 0.34% 0.71% -
XYZ 30.67 25.24 27.68 -
YUV 140.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 182 120 139 0 0.34 0.24 0.29 341.61 0.3 0.59
Hex B6 78 8B 0 22 18 1D 156 1E 3B
Octal 266 170 213 0 42 30 35 526 36 73
Binary 10110110 1111000 10001011 0 100010 11000 11101 101010110 11110 111011

Color Harmonies of #B6788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6788B

Black with #B6788B

Text Example


Text Example

White with #B6788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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