Html Css Color HEX #B47591 Tapestry

📋 copy color: '#B47591'

red 180 ◦ green 117 ◦ blue 145

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

Shades of Tapestry #B47591

Tints of Tapestry #B47591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

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

R = 40.72%
G = 26.47%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B47591 (or 0xB47591) is known color: Tapestry. HEX triplet: B4, 75 and 91. RGB value is (180,117,145). Sum of RGB (Red+Green+Blue) = 180+117+145=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B47591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47591 is #4B8A6E. Grayscale: #8A8A8A. Windows color (decimal): -4950639 or 9532852. OLE color: 9532852.

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

Color convert

RGB 180 117 145 -
CMYK 0 0.35 0.19 0.29
HSL 333.33º 0.3% 0.58% -
HSV(B) 333.33º 0.35% 0.71% -
XYZ 30.29 24.47 29.91 -
YUV 139.03 131.37 157.22 -
System Red Green Blue C M Y K H S L
Decimal 180 117 145 0 0.35 0.19 0.29 333.33 0.3 0.58
Hex B4 75 91 0 23 13 1D 14D 1E 3A
Octal 264 165 221 0 43 23 35 515 36 72
Binary 10110100 1110101 10010001 0 100011 10011 11101 101001101 11110 111010

Color Harmonies of #B47591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47591

Black with #B47591

Text Example


Text Example

White with #B47591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47591; }

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

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

background-color css

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

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

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

border-color css

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

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

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