Html Css Color HEX #B6687C Tapestry

📋 copy color: '#B6687C'

red 182 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #B6687C

Tints of Tapestry #B6687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

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

R = 44.39%
G = 25.37%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B6687C (or 0xB6687C) is known color: Tapestry. HEX triplet: B6, 68 and 7C. RGB value is (182,104,124). Sum of RGB (Red+Green+Blue) = 182+104+124=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B6687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6687C is #499783. Grayscale: #818181. Windows color (decimal): -4822916 or 8153270. OLE color: 8153270.

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

Color convert

RGB 182 104 124 -
CMYK 0 0.43 0.32 0.29
HSL 344.62º 0.35% 0.56% -
HSV(B) 344.62º 0.43% 0.71% -
XYZ 27.88 21.3 21.71 -
YUV 129.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 182 104 124 0 0.43 0.32 0.29 344.62 0.35 0.56
Hex B6 68 7C 0 2B 20 1D 159 23 38
Octal 266 150 174 0 53 40 35 531 43 70
Binary 10110110 1101000 1111100 0 101011 100000 11101 101011001 100011 111000

Color Harmonies of #B6687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6687C

Black with #B6687C

Text Example


Text Example

White with #B6687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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