Html Css Color HEX #B6698E Tapestry

📋 copy color: '#B6698E'

red 182 ◦ green 105 ◦ blue 142

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

Shades of Tapestry #B6698E

Tints of Tapestry #B6698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.48%

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

R = 42.42%
G = 24.48%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6698E (or 0xB6698E) is known color: Tapestry. HEX triplet: B6, 69 and 8E. RGB value is (182,105,142). Sum of RGB (Red+Green+Blue) = 182+105+142=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6698E is #499671. Grayscale: #848484. Windows color (decimal): -4822642 or 9333174. OLE color: 9333174.

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

Color convert

RGB 182 105 142 -
CMYK 0 0.42 0.22 0.29
HSL 331.17º 0.35% 0.56% -
HSV(B) 331.17º 0.42% 0.71% -
XYZ 29.23 22 28.3 -
YUV 132.24 133.51 163.49 -
System Red Green Blue C M Y K H S L
Decimal 182 105 142 0 0.42 0.22 0.29 331.17 0.35 0.56
Hex B6 69 8E 0 2A 16 1D 14B 23 38
Octal 266 151 216 0 52 26 35 513 43 70
Binary 10110110 1101001 10001110 0 101010 10110 11101 101001011 100011 111000

Color Harmonies of #B6698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6698E

Black with #B6698E

Text Example


Text Example

White with #B6698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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