Html Css Color HEX #B47987 Tapestry

📋 copy color: '#B47987'

red 180 ◦ green 121 ◦ blue 135

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

Shades of Tapestry #B47987

Tints of Tapestry #B47987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

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

R = 41.28%
G = 27.75%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B47987 (or 0xB47987) is known color: Tapestry. HEX triplet: B4, 79 and 87. RGB value is (180,121,135). Sum of RGB (Red+Green+Blue) = 180+121+135=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B47987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47987 is #4B8678. Grayscale: #8C8C8C. Windows color (decimal): -4949625 or 8878516. OLE color: 8878516.

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

Color convert

RGB 180 121 135 -
CMYK 0 0.33 0.25 0.29
HSL 345.76º 0.28% 0.59% -
HSV(B) 345.76º 0.33% 0.71% -
XYZ 30.03 25.13 26.19 -
YUV 140.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 180 121 135 0 0.33 0.25 0.29 345.76 0.28 0.59
Hex B4 79 87 0 21 19 1D 15A 1C 3B
Octal 264 171 207 0 41 31 35 532 34 73
Binary 10110100 1111001 10000111 0 100001 11001 11101 101011010 11100 111011

Color Harmonies of #B47987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47987

Black with #B47987

Text Example


Text Example

White with #B47987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47987; }

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

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

background-color css

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

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

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

border-color css

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

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

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