Html Css Color HEX #B47086 Tapestry

📋 copy color: '#B47086'

red 180 ◦ green 112 ◦ blue 134

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

Shades of Tapestry #B47086

Tints of Tapestry #B47086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 42.25%
G = 26.29%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B47086 (or 0xB47086) is known color: Tapestry. HEX triplet: B4, 70 and 86. RGB value is (180,112,134). Sum of RGB (Red+Green+Blue) = 180+112+134=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B47086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47086 is #4B8F79. Grayscale: #868686. Windows color (decimal): -4951930 or 8810676. OLE color: 8810676.

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

Color convert

RGB 180 112 134 -
CMYK 0 0.38 0.26 0.29
HSL 340.59º 0.31% 0.57% -
HSV(B) 340.59º 0.38% 0.71% -
XYZ 28.92 23.01 25.47 -
YUV 134.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 180 112 134 0 0.38 0.26 0.29 340.59 0.31 0.57
Hex B4 70 86 0 26 1A 1D 155 1F 39
Octal 264 160 206 0 46 32 35 525 37 71
Binary 10110100 1110000 10000110 0 100110 11010 11101 101010101 11111 111001

Color Harmonies of #B47086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47086

Black with #B47086

Text Example


Text Example

White with #B47086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47086; }

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

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

background-color css

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

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

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

border-color css

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

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

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