Html Css Color HEX #B6698C Tapestry

📋 copy color: '#B6698C'

red 182 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #B6698C

Tints of Tapestry #B6698C

RGB

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

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

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

R = 42.62%
G = 24.59%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6698C (or 0xB6698C) is known color: Tapestry. HEX triplet: B6, 69 and 8C. RGB value is (182,105,140). Sum of RGB (Red+Green+Blue) = 182+105+140=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6698C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6698C is #499673. Grayscale: #838383. Windows color (decimal): -4822644 or 9202102. OLE color: 9202102.

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

Color convert

RGB 182 105 140 -
CMYK 0 0.42 0.23 0.29
HSL 332.73º 0.35% 0.56% -
HSV(B) 332.73º 0.42% 0.71% -
XYZ 29.08 21.94 27.51 -
YUV 132.01 132.51 163.65 -
System Red Green Blue C M Y K H S L
Decimal 182 105 140 0 0.42 0.23 0.29 332.73 0.35 0.56
Hex B6 69 8C 0 2A 17 1D 14D 23 38
Octal 266 151 214 0 52 27 35 515 43 70
Binary 10110110 1101001 10001100 0 101010 10111 11101 101001101 100011 111000

Color Harmonies of #B6698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6698C

Black with #B6698C

Text Example


Text Example

White with #B6698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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