Html Css Color HEX #B6788C Tapestry

📋 copy color: '#B6788C'

red 182 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #B6788C

Tints of Tapestry #B6788C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 41.18%
G = 27.15%
B = 31.67%

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

#B6788C (or 0xB6788C) is known color: Tapestry. HEX triplet: B6, 78 and 8C. RGB value is (182,120,140). Sum of RGB (Red+Green+Blue) = 182+120+140=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6788C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6788C is #498773. Grayscale: #8C8C8C. Windows color (decimal): -4818804 or 9205942. OLE color: 9205942.

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

Color convert

RGB 182 120 140 -
CMYK 0 0.34 0.23 0.29
HSL 340.65º 0.3% 0.59% -
HSV(B) 340.65º 0.34% 0.71% -
XYZ 30.74 25.27 28.07 -
YUV 140.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 182 120 140 0 0.34 0.23 0.29 340.65 0.3 0.59
Hex B6 78 8C 0 22 17 1D 155 1E 3B
Octal 266 170 214 0 42 27 35 525 36 73
Binary 10110110 1111000 10001100 0 100010 10111 11101 101010101 11110 111011

Color Harmonies of #B6788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6788C

Black with #B6788C

Text Example


Text Example

White with #B6788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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