Html Css Color HEX #B9747D Tapestry

📋 copy color: '#B9747D'

red 185 ◦ green 116 ◦ blue 125

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

Shades of Tapestry #B9747D

Tints of Tapestry #B9747D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.23%

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 43.43%
G = 27.23%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9747D (or 0xB9747D) is known color: Tapestry. HEX triplet: B9, 74 and 7D. RGB value is (185,116,125). Sum of RGB (Red+Green+Blue) = 185+116+125=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747D is #468B82. Grayscale: #898989. Windows color (decimal): -4623235 or 8221881. OLE color: 8221881.

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

Color convert

RGB 185 116 125 -
CMYK 0 0.37 0.32 0.27
HSL 352.17º 0.33% 0.59% -
HSV(B) 352.17º 0.37% 0.73% -
XYZ 29.95 24.29 22.51 -
YUV 137.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 185 116 125 0 0.37 0.32 0.27 352.17 0.33 0.59
Hex B9 74 7D 0 25 20 1B 160 21 3B
Octal 271 164 175 0 45 40 33 540 41 73
Binary 10111001 1110100 1111101 0 100101 100000 11011 101100000 100001 111011

Color Harmonies of #B9747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9747D

Black with #B9747D

Text Example


Text Example

White with #B9747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9747D; }

 p { color: rgb(185,116,125); }

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

background-color css

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

 a { background-color: rgb(185,116,125); }

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

border-color css

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

 span { border-color: rgb(185,116,125); }

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