Html Css Color HEX #B47A8F Tapestry

📋 copy color: '#B47A8F'

red 180 ◦ green 122 ◦ blue 143

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

Shades of Tapestry #B47A8F

Tints of Tapestry #B47A8F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.42%

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

R = 40.45%
G = 27.42%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B47A8F (or 0xB47A8F) is known color: Tapestry. HEX triplet: B4, 7A and 8F. RGB value is (180,122,143). Sum of RGB (Red+Green+Blue) = 180+122+143=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 143 (56.25% from 255 or 32.13% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A8F is #4B8570. Grayscale: #8D8D8D. Windows color (decimal): -4949361 or 9403060. OLE color: 9403060.

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

Color convert

RGB 180 122 143 -
CMYK 0 0.32 0.21 0.29
HSL 338.28º 0.28% 0.59% -
HSV(B) 338.28º 0.32% 0.71% -
XYZ 30.74 25.61 29.31 -
YUV 141.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 180 122 143 0 0.32 0.21 0.29 338.28 0.28 0.59
Hex B4 7A 8F 0 20 15 1D 152 1C 3B
Octal 264 172 217 0 40 25 35 522 34 73
Binary 10110100 1111010 10001111 0 100000 10101 11101 101010010 11100 111011

Color Harmonies of #B47A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A8F

Black with #B47A8F

Text Example


Text Example

White with #B47A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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