Html Css Color HEX #B9687E Tapestry

📋 copy color: '#B9687E'

red 185 ◦ green 104 ◦ blue 126

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

Shades of Tapestry #B9687E

Tints of Tapestry #B9687E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.36%

R = 44.58%
G = 25.06%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9687E (or 0xB9687E) is known color: Tapestry. HEX triplet: B9, 68 and 7E. RGB value is (185,104,126). Sum of RGB (Red+Green+Blue) = 185+104+126=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9687E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9687E is #469781. Grayscale: #828282. Windows color (decimal): -4626306 or 8284345. OLE color: 8284345.

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

Color convert

RGB 185 104 126 -
CMYK 0 0.44 0.32 0.27
HSL 343.7º 0.37% 0.57% -
HSV(B) 343.7º 0.44% 0.73% -
XYZ 28.72 21.72 22.42 -
YUV 130.73 125.34 166.71 -
System Red Green Blue C M Y K H S L
Decimal 185 104 126 0 0.44 0.32 0.27 343.7 0.37 0.57
Hex B9 68 7E 0 2C 20 1B 158 25 39
Octal 271 150 176 0 54 40 33 530 45 71
Binary 10111001 1101000 1111110 0 101100 100000 11011 101011000 100101 111001

Color Harmonies of #B9687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9687E

Black with #B9687E

Text Example


Text Example

White with #B9687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9687E; }

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

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

background-color css

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

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

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

border-color css

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

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

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