Html Css Color HEX #B47087 Tapestry

📋 copy color: '#B47087'

red 180 ◦ green 112 ◦ blue 135

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

Shades of Tapestry #B47087

Tints of Tapestry #B47087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.23%

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

R = 42.15%
G = 26.23%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B47087 (or 0xB47087) is known color: Tapestry. HEX triplet: B4, 70 and 87. RGB value is (180,112,135). Sum of RGB (Red+Green+Blue) = 180+112+135=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B47087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47087 is #4B8F78. Grayscale: #868686. Windows color (decimal): -4951929 or 8876212. OLE color: 8876212.

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

Color convert

RGB 180 112 135 -
CMYK 0 0.38 0.25 0.29
HSL 339.71º 0.31% 0.57% -
HSV(B) 339.71º 0.38% 0.71% -
XYZ 28.99 23.04 25.84 -
YUV 134.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 180 112 135 0 0.38 0.25 0.29 339.71 0.31 0.57
Hex B4 70 87 0 26 19 1D 154 1F 39
Octal 264 160 207 0 46 31 35 524 37 71
Binary 10110100 1110000 10000111 0 100110 11001 11101 101010100 11111 111001

Color Harmonies of #B47087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47087

Black with #B47087

Text Example


Text Example

White with #B47087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47087; }

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

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

background-color css

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

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

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

border-color css

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

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

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