Html Css Color HEX #B46590 Tapestry

📋 copy color: '#B46590'

red 180 ◦ green 101 ◦ blue 144

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

Shades of Tapestry #B46590

Tints of Tapestry #B46590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.76%

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

R = 42.35%
G = 23.76%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B46590 (or 0xB46590) is known color: Tapestry. HEX triplet: B4, 65 and 90. RGB value is (180,101,144). Sum of RGB (Red+Green+Blue) = 180+101+144=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B46590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46590 is #4B9A6F. Grayscale: #818181. Windows color (decimal): -4954736 or 9463220. OLE color: 9463220.

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

Color convert

RGB 180 101 144 -
CMYK 0 0.44 0.2 0.29
HSL 327.34º 0.34% 0.55% -
HSV(B) 327.34º 0.44% 0.71% -
XYZ 28.51 21.02 28.94 -
YUV 129.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 180 101 144 0 0.44 0.2 0.29 327.34 0.34 0.55
Hex B4 65 90 0 2C 14 1D 147 22 37
Octal 264 145 220 0 54 24 35 507 42 67
Binary 10110100 1100101 10010000 0 101100 10100 11101 101000111 100010 110111

Color Harmonies of #B46590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46590

Black with #B46590

Text Example


Text Example

White with #B46590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46590; }

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

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

background-color css

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

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

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

border-color css

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

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

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