Html Css Color HEX #B9747E Tapestry

📋 copy color: '#B9747E'

red 185 ◦ green 116 ◦ blue 126

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

Shades of Tapestry #B9747E

Tints of Tapestry #B9747E

RGB

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

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

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

R = 43.33%
G = 27.17%
B = 29.51%

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

#B9747E (or 0xB9747E) is known color: Tapestry. HEX triplet: B9, 74 and 7E. RGB value is (185,116,126). Sum of RGB (Red+Green+Blue) = 185+116+126=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9747E is #468B81. Grayscale: #898989. Windows color (decimal): -4623234 or 8287417. OLE color: 8287417.

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

Color convert

RGB 185 116 126 -
CMYK 0 0.37 0.32 0.27
HSL 351.3º 0.33% 0.59% -
HSV(B) 351.3º 0.37% 0.73% -
XYZ 30.02 24.31 22.85 -
YUV 137.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 185 116 126 0 0.37 0.32 0.27 351.3 0.33 0.59
Hex B9 74 7E 0 25 20 1B 15F 21 3B
Octal 271 164 176 0 45 40 33 537 41 73
Binary 10111001 1110100 1111110 0 100101 100000 11011 101011111 100001 111011

Color Harmonies of #B9747E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9747E

Black with #B9747E

Text Example


Text Example

White with #B9747E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9747E; }

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

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

background-color css

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

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

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

border-color css

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

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

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