Html Css Color HEX #B47A80 Tapestry

📋 copy color: '#B47A80'

red 180 ◦ green 122 ◦ blue 128

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

Shades of Tapestry #B47A80

Tints of Tapestry #B47A80

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.37%

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

R = 41.86%
G = 28.37%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B47A80 (or 0xB47A80) is known color: Tapestry. HEX triplet: B4, 7A and 80. RGB value is (180,122,128). Sum of RGB (Red+Green+Blue) = 180+122+128=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47A80 is #4B857F. Grayscale: #8C8C8C. Windows color (decimal): -4949376 or 8420020. OLE color: 8420020.

HSL color Cylindrical-coordinate representation of color #B47A80: hue angle of 353.79º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47A80 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 122 128 -
CMYK 0 0.32 0.29 0.29
HSL 353.79º 0.28% 0.59% -
HSV(B) 353.79º 0.32% 0.71% -
XYZ 29.68 25.18 23.72 -
YUV 140.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 180 122 128 0 0.32 0.29 0.29 353.79 0.28 0.59
Hex B4 7A 80 0 20 1D 1D 162 1C 3B
Octal 264 172 200 0 40 35 35 542 34 73
Binary 10110100 1111010 10000000 0 100000 11101 11101 101100010 11100 111011

Color Harmonies of #B47A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A80

Black with #B47A80

Text Example


Text Example

White with #B47A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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