Html Css Color HEX #B47C8F Tapestry

📋 copy color: '#B47C8F'

red 180 ◦ green 124 ◦ blue 143

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

Shades of Tapestry #B47C8F

Tints of Tapestry #B47C8F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.74%

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 40.27%
G = 27.74%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B47C8F (or 0xB47C8F) is known color: Tapestry. HEX triplet: B4, 7C and 8F. RGB value is (180,124,143). Sum of RGB (Red+Green+Blue) = 180+124+143=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C8F is #4B8370. Grayscale: #8E8E8E. Windows color (decimal): -4948849 or 9403572. OLE color: 9403572.

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

Color convert

RGB 180 124 143 -
CMYK 0 0.31 0.21 0.29
HSL 339.64º 0.27% 0.6% -
HSV(B) 339.64º 0.31% 0.71% -
XYZ 30.99 26.1 29.39 -
YUV 142.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 180 124 143 0 0.31 0.21 0.29 339.64 0.27 0.6
Hex B4 7C 8F 0 1F 15 1D 154 1B 3C
Octal 264 174 217 0 37 25 35 524 33 74
Binary 10110100 1111100 10001111 0 11111 10101 11101 101010100 11011 111100

Color Harmonies of #B47C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C8F

Black with #B47C8F

Text Example


Text Example

White with #B47C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C8F; }

 p { color: rgb(180,124,143); }

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

background-color css

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

 a { background-color: rgb(180,124,143); }

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

border-color css

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

 span { border-color: rgb(180,124,143); }

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