Html Css Color HEX #B47790 Tapestry

📋 copy color: '#B47790'

red 180 ◦ green 119 ◦ blue 144

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

Shades of Tapestry #B47790

Tints of Tapestry #B47790

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.86%

 BLUE value IS 144 (56.64% from 255) = 32.51%

R = 40.63%
G = 26.86%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B47790 (or 0xB47790) is known color: Tapestry. HEX triplet: B4, 77 and 90. RGB value is (180,119,144). Sum of RGB (Red+Green+Blue) = 180+119+144=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B47790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47790 is #4B886F. Grayscale: #8C8C8C. Windows color (decimal): -4950128 or 9467828. OLE color: 9467828.

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

Color convert

RGB 180 119 144 -
CMYK 0 0.34 0.2 0.29
HSL 335.41º 0.29% 0.59% -
HSV(B) 335.41º 0.34% 0.71% -
XYZ 30.45 24.91 29.59 -
YUV 140.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 180 119 144 0 0.34 0.2 0.29 335.41 0.29 0.59
Hex B4 77 90 0 22 14 1D 14F 1D 3B
Octal 264 167 220 0 42 24 35 517 35 73
Binary 10110100 1110111 10010000 0 100010 10100 11101 101001111 11101 111011

Color Harmonies of #B47790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47790

Black with #B47790

Text Example


Text Example

White with #B47790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47790; }

 p { color: rgb(180,119,144); }

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

background-color css

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

 a { background-color: rgb(180,119,144); }

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

border-color css

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

 span { border-color: rgb(180,119,144); }

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