Html Css Color HEX #B47F8C Tapestry

📋 copy color: '#B47F8C'

red 180 ◦ green 127 ◦ blue 140

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

Shades of Tapestry #B47F8C

Tints of Tapestry #B47F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.32%

R = 40.27%
G = 28.41%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B47F8C (or 0xB47F8C) is known color: Tapestry. HEX triplet: B4, 7F and 8C. RGB value is (180,127,140). Sum of RGB (Red+Green+Blue) = 180+127+140=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47F8C is #4B8073. Grayscale: #909090. Windows color (decimal): -4948084 or 9207732. OLE color: 9207732.

HSL color Cylindrical-coordinate representation of color #B47F8C: hue angle of 345.28º 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 #B47F8C is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 127 140 -
CMYK 0 0.29 0.22 0.29
HSL 345.28º 0.26% 0.6% -
HSV(B) 345.28º 0.29% 0.71% -
XYZ 31.15 26.78 28.34 -
YUV 144.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 180 127 140 0 0.29 0.22 0.29 345.28 0.26 0.6
Hex B4 7F 8C 0 1D 16 1D 159 1A 3C
Octal 264 177 214 0 35 26 35 531 32 74
Binary 10110100 1111111 10001100 0 11101 10110 11101 101011001 11010 111100

Color Harmonies of #B47F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F8C

Black with #B47F8C

Text Example


Text Example

White with #B47F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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