Html Css Color HEX #B6697C Tapestry

📋 copy color: '#B6697C'

red 182 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #B6697C

Tints of Tapestry #B6697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 44.28%
G = 25.55%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6697C (or 0xB6697C) is known color: Tapestry. HEX triplet: B6, 69 and 7C. RGB value is (182,105,124). Sum of RGB (Red+Green+Blue) = 182+105+124=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6697C is #499683. Grayscale: #828282. Windows color (decimal): -4822660 or 8153526. OLE color: 8153526.

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

Color convert

RGB 182 105 124 -
CMYK 0 0.42 0.32 0.29
HSL 345.19º 0.35% 0.56% -
HSV(B) 345.19º 0.42% 0.71% -
XYZ 27.98 21.5 21.74 -
YUV 130.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 182 105 124 0 0.42 0.32 0.29 345.19 0.35 0.56
Hex B6 69 7C 0 2A 20 1D 159 23 38
Octal 266 151 174 0 52 40 35 531 43 70
Binary 10110110 1101001 1111100 0 101010 100000 11101 101011001 100011 111000

Color Harmonies of #B6697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6697C

Black with #B6697C

Text Example


Text Example

White with #B6697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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