Html Css Color HEX #B47187 Tapestry

📋 copy color: '#B47187'

red 180 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #B47187

Tints of Tapestry #B47187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.4%

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

R = 42.06%
G = 26.4%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B47187 (or 0xB47187) is known color: Tapestry. HEX triplet: B4, 71 and 87. RGB value is (180,113,135). Sum of RGB (Red+Green+Blue) = 180+113+135=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47187 is #4B8E78. Grayscale: #878787. Windows color (decimal): -4951673 or 8876468. OLE color: 8876468.

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

Color convert

RGB 180 113 135 -
CMYK 0 0.37 0.25 0.29
HSL 340.3º 0.31% 0.57% -
HSV(B) 340.3º 0.37% 0.71% -
XYZ 29.1 23.26 25.88 -
YUV 135.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 180 113 135 0 0.37 0.25 0.29 340.3 0.31 0.57
Hex B4 71 87 0 25 19 1D 154 1F 39
Octal 264 161 207 0 45 31 35 524 37 71
Binary 10110100 1110001 10000111 0 100101 11001 11101 101010100 11111 111001

Color Harmonies of #B47187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47187

Black with #B47187

Text Example


Text Example

White with #B47187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47187; }

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

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

background-color css

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

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

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

border-color css

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

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

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