Html Css Color HEX #B9687C Tapestry

📋 copy color: '#B9687C'

red 185 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #B9687C

Tints of Tapestry #B9687C

RGB

 RED value IS 185 (72.66% from 255) = 44.79%

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

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

R = 44.79%
G = 25.18%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9687C (or 0xB9687C) is known color: Tapestry. HEX triplet: B9, 68 and 7C. RGB value is (185,104,124). Sum of RGB (Red+Green+Blue) = 185+104+124=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9687C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9687C is #469783. Grayscale: #828282. Windows color (decimal): -4626308 or 8153273. OLE color: 8153273.

HSL color Cylindrical-coordinate representation of color #B9687C: hue angle of 345.19º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9687C is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 124 -
CMYK 0 0.44 0.33 0.27
HSL 345.19º 0.37% 0.57% -
HSV(B) 345.19º 0.44% 0.73% -
XYZ 28.6 21.67 21.74 -
YUV 130.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 185 104 124 0 0.44 0.33 0.27 345.19 0.37 0.57
Hex B9 68 7C 0 2C 21 1B 159 25 39
Octal 271 150 174 0 54 41 33 531 45 71
Binary 10111001 1101000 1111100 0 101100 100001 11011 101011001 100101 111001

Color Harmonies of #B9687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9687C

Black with #B9687C

Text Example


Text Example

White with #B9687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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