Html Css Color HEX #B47E8D Tapestry

📋 copy color: '#B47E8D'

red 180 ◦ green 126 ◦ blue 141

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

Shades of Tapestry #B47E8D

Tints of Tapestry #B47E8D

RGB

 RED value IS 180 (70.7% from 255) = 40.27%

 GREEN value IS 126 (49.61% from 255) = 28.19%

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 40.27%
G = 28.19%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B47E8D (or 0xB47E8D) is known color: Tapestry. HEX triplet: B4, 7E and 8D. RGB value is (180,126,141). Sum of RGB (Red+Green+Blue) = 180+126+141=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47E8D is #4B8172. Grayscale: #8F8F8F. Windows color (decimal): -4948339 or 9273012. OLE color: 9273012.

HSL color Cylindrical-coordinate representation of color #B47E8D: hue angle of 343.33º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B47E8D is Cyan = 0, Magento = 0.3, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 126 141 -
CMYK 0 0.3 0.22 0.29
HSL 343.33º 0.26% 0.6% -
HSV(B) 343.33º 0.3% 0.71% -
XYZ 31.09 26.55 28.68 -
YUV 143.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 180 126 141 0 0.3 0.22 0.29 343.33 0.26 0.6
Hex B4 7E 8D 0 1E 16 1D 157 1A 3C
Octal 264 176 215 0 36 26 35 527 32 74
Binary 10110100 1111110 10001101 0 11110 10110 11101 101010111 11010 111100

Color Harmonies of #B47E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E8D

Black with #B47E8D

Text Example


Text Example

White with #B47E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E8D; }

 p { color: rgb(180,126,141); }

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

background-color css

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

 a { background-color: rgb(180,126,141); }

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

border-color css

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

 span { border-color: rgb(180,126,141); }

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