Html Css Color HEX #B47C87 Tapestry

📋 copy color: '#B47C87'

red 180 ◦ green 124 ◦ blue 135

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

Shades of Tapestry #B47C87

Tints of Tapestry #B47C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 41%
G = 28.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B47C87 (or 0xB47C87) is known color: Tapestry. HEX triplet: B4, 7C and 87. RGB value is (180,124,135). Sum of RGB (Red+Green+Blue) = 180+124+135=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47C87 is #4B8378. Grayscale: #8E8E8E. Windows color (decimal): -4948857 or 8879284. OLE color: 8879284.

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

Color convert

RGB 180 124 135 -
CMYK 0 0.31 0.25 0.29
HSL 348.21º 0.27% 0.6% -
HSV(B) 348.21º 0.31% 0.71% -
XYZ 30.4 25.87 26.31 -
YUV 142 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 180 124 135 0 0.31 0.25 0.29 348.21 0.27 0.6
Hex B4 7C 87 0 1F 19 1D 15C 1B 3C
Octal 264 174 207 0 37 31 35 534 33 74
Binary 10110100 1111100 10000111 0 11111 11001 11101 101011100 11011 111100

Color Harmonies of #B47C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C87

Black with #B47C87

Text Example


Text Example

White with #B47C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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