Html Css Color HEX #B47690 Tapestry

📋 copy color: '#B47690'

red 180 ◦ green 118 ◦ blue 144

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

Shades of Tapestry #B47690

Tints of Tapestry #B47690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

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

R = 40.72%
G = 26.7%
B = 32.58%

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

#B47690 (or 0xB47690) is known color: Tapestry. HEX triplet: B4, 76 and 90. RGB value is (180,118,144). Sum of RGB (Red+Green+Blue) = 180+118+144=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47690 is #4B896F. Grayscale: #8B8B8B. Windows color (decimal): -4950384 or 9467572. OLE color: 9467572.

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

Color convert

RGB 180 118 144 -
CMYK 0 0.34 0.2 0.29
HSL 334.84º 0.29% 0.58% -
HSV(B) 334.84º 0.34% 0.71% -
XYZ 30.33 24.67 29.55 -
YUV 139.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 180 118 144 0 0.34 0.2 0.29 334.84 0.29 0.58
Hex B4 76 90 0 22 14 1D 14F 1D 3A
Octal 264 166 220 0 42 24 35 517 35 72
Binary 10110100 1110110 10010000 0 100010 10100 11101 101001111 11101 111010

Color Harmonies of #B47690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47690

Black with #B47690

Text Example


Text Example

White with #B47690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47690; }

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

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

background-color css

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

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

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

border-color css

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

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

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