Html Css Color HEX #B47491 Tapestry

📋 copy color: '#B47491'

red 180 ◦ green 116 ◦ blue 145

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

Shades of Tapestry #B47491

Tints of Tapestry #B47491

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.3%

 BLUE value IS 145 (57.03% from 255) = 32.88%

R = 40.82%
G = 26.3%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47491 (or 0xB47491) is known color: Tapestry. HEX triplet: B4, 74 and 91. RGB value is (180,116,145). Sum of RGB (Red+Green+Blue) = 180+116+145=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B47491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47491 is #4B8B6E. Grayscale: #8A8A8A. Windows color (decimal): -4950895 or 9532596. OLE color: 9532596.

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

Color convert

RGB 180 116 145 -
CMYK 0 0.36 0.19 0.29
HSL 332.81º 0.3% 0.58% -
HSV(B) 332.81º 0.36% 0.71% -
XYZ 30.18 24.24 29.88 -
YUV 138.44 131.7 157.64 -
System Red Green Blue C M Y K H S L
Decimal 180 116 145 0 0.36 0.19 0.29 332.81 0.3 0.58
Hex B4 74 91 0 24 13 1D 14D 1E 3A
Octal 264 164 221 0 44 23 35 515 36 72
Binary 10110100 1110100 10010001 0 100100 10011 11101 101001101 11110 111010

Color Harmonies of #B47491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47491

Black with #B47491

Text Example


Text Example

White with #B47491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47491; }

 p { color: rgb(180,116,145); }

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

background-color css

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

 a { background-color: rgb(180,116,145); }

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

border-color css

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

 span { border-color: rgb(180,116,145); }

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