Html Css Color HEX #B6718E Tapestry

📋 copy color: '#B6718E'

red 182 ◦ green 113 ◦ blue 142

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

Shades of Tapestry #B6718E

Tints of Tapestry #B6718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

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

R = 41.65%
G = 25.86%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6718E (or 0xB6718E) is known color: Tapestry. HEX triplet: B6, 71 and 8E. RGB value is (182,113,142). Sum of RGB (Red+Green+Blue) = 182+113+142=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6718E is #498E71. Grayscale: #888888. Windows color (decimal): -4820594 or 9335222. OLE color: 9335222.

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

Color convert

RGB 182 113 142 -
CMYK 0 0.38 0.22 0.29
HSL 334.78º 0.32% 0.58% -
HSV(B) 334.78º 0.38% 0.71% -
XYZ 30.08 23.71 28.58 -
YUV 136.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 182 113 142 0 0.38 0.22 0.29 334.78 0.32 0.58
Hex B6 71 8E 0 26 16 1D 14F 20 3A
Octal 266 161 216 0 46 26 35 517 40 72
Binary 10110110 1110001 10001110 0 100110 10110 11101 101001111 100000 111010

Color Harmonies of #B6718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6718E

Black with #B6718E

Text Example


Text Example

White with #B6718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6718E; }

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

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

background-color css

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

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

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

border-color css

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

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

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