Html Css Color HEX #B6778E Tapestry

📋 copy color: '#B6778E'

red 182 ◦ green 119 ◦ blue 142

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

Shades of Tapestry #B6778E

Tints of Tapestry #B6778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 142 (55.86% from 255) = 32.05%

R = 41.08%
G = 26.86%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6778E (or 0xB6778E) is known color: Tapestry. HEX triplet: B6, 77 and 8E. RGB value is (182,119,142). Sum of RGB (Red+Green+Blue) = 182+119+142=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 182 - color contains mainly: red. Hex color #B6778E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6778E is #498871. Grayscale: #8C8C8C. Windows color (decimal): -4819058 or 9336758. OLE color: 9336758.

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

Color convert

RGB 182 119 142 -
CMYK 0 0.35 0.22 0.29
HSL 338.1º 0.3% 0.59% -
HSV(B) 338.1º 0.35% 0.71% -
XYZ 30.77 25.09 28.81 -
YUV 140.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 182 119 142 0 0.35 0.22 0.29 338.1 0.3 0.59
Hex B6 77 8E 0 23 16 1D 152 1E 3B
Octal 266 167 216 0 43 26 35 522 36 73
Binary 10110110 1110111 10001110 0 100011 10110 11101 101010010 11110 111011

Color Harmonies of #B6778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6778E

Black with #B6778E

Text Example


Text Example

White with #B6778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6778E; }

 p { color: rgb(182,119,142); }

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

background-color css

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

 a { background-color: rgb(182,119,142); }

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

border-color css

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

 span { border-color: rgb(182,119,142); }

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