Html Css Color HEX #B47880 Tapestry

📋 copy color: '#B47880'

red 180 ◦ green 120 ◦ blue 128

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

Shades of Tapestry #B47880

Tints of Tapestry #B47880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.04%

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

R = 42.06%
G = 28.04%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B47880 (or 0xB47880) is known color: Tapestry. HEX triplet: B4, 78 and 80. RGB value is (180,120,128). Sum of RGB (Red+Green+Blue) = 180+120+128=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B47880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47880 is #4B877F. Grayscale: #8A8A8A. Windows color (decimal): -4949888 or 8419508. OLE color: 8419508.

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

Color convert

RGB 180 120 128 -
CMYK 0 0.33 0.29 0.29
HSL 352º 0.29% 0.59% -
HSV(B) 352º 0.33% 0.71% -
XYZ 29.44 24.69 23.64 -
YUV 138.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 180 120 128 0 0.33 0.29 0.29 352 0.29 0.59
Hex B4 78 80 0 21 1D 1D 160 1D 3B
Octal 264 170 200 0 41 35 35 540 35 73
Binary 10110100 1111000 10000000 0 100001 11101 11101 101100000 11101 111011

Color Harmonies of #B47880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47880

Black with #B47880

Text Example


Text Example

White with #B47880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47880; }

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

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

background-color css

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

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

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

border-color css

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

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

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