Html Css Color HEX #B47F8A Tapestry

📋 copy color: '#B47F8A'

red 180 ◦ green 127 ◦ blue 138

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

Shades of Tapestry #B47F8A

Tints of Tapestry #B47F8A

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 40.45%
G = 28.54%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B47F8A (or 0xB47F8A) is known color: Tapestry. HEX triplet: B4, 7F and 8A. RGB value is (180,127,138). Sum of RGB (Red+Green+Blue) = 180+127+138=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F8A is #4B8075. Grayscale: #909090. Windows color (decimal): -4948086 or 9076660. OLE color: 9076660.

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

Color convert

RGB 180 127 138 -
CMYK 0 0.29 0.23 0.29
HSL 347.55º 0.26% 0.6% -
HSV(B) 347.55º 0.29% 0.71% -
XYZ 31 26.72 27.57 -
YUV 144.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 180 127 138 0 0.29 0.23 0.29 347.55 0.26 0.6
Hex B4 7F 8A 0 1D 17 1D 15C 1A 3C
Octal 264 177 212 0 35 27 35 534 32 74
Binary 10110100 1111111 10001010 0 11101 10111 11101 101011100 11010 111100

Color Harmonies of #B47F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F8A

Black with #B47F8A

Text Example


Text Example

White with #B47F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F8A; }

 p { color: rgb(180,127,138); }

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

background-color css

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

 a { background-color: rgb(180,127,138); }

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

border-color css

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

 span { border-color: rgb(180,127,138); }

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