Html Css Color HEX #B47080 Tapestry

📋 copy color: '#B47080'

red 180 ◦ green 112 ◦ blue 128

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

Shades of Tapestry #B47080

Tints of Tapestry #B47080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.48%

R = 42.86%
G = 26.67%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B47080 (or 0xB47080) is known color: Tapestry. HEX triplet: B4, 70 and 80. RGB value is (180,112,128). Sum of RGB (Red+Green+Blue) = 180+112+128=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B47080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47080 is #4B8F7F. Grayscale: #868686. Windows color (decimal): -4951936 or 8417460. OLE color: 8417460.

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

Color convert

RGB 180 112 128 -
CMYK 0 0.38 0.29 0.29
HSL 345.88º 0.31% 0.57% -
HSV(B) 345.88º 0.38% 0.71% -
XYZ 28.51 22.85 23.33 -
YUV 134.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 180 112 128 0 0.38 0.29 0.29 345.88 0.31 0.57
Hex B4 70 80 0 26 1D 1D 15A 1F 39
Octal 264 160 200 0 46 35 35 532 37 71
Binary 10110100 1110000 10000000 0 100110 11101 11101 101011010 11111 111001

Color Harmonies of #B47080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47080

Black with #B47080

Text Example


Text Example

White with #B47080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47080; }

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

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

background-color css

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

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

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

border-color css

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

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

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