Html Css Color HEX #B46390 Tapestry

📋 copy color: '#B46390'

red 180 ◦ green 99 ◦ blue 144

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

Shades of Tapestry #B46390

Tints of Tapestry #B46390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.4%

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

R = 42.55%
G = 23.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B46390 (or 0xB46390) is known color: Tapestry. HEX triplet: B4, 63 and 90. RGB value is (180,99,144). Sum of RGB (Red+Green+Blue) = 180+99+144=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B46390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46390 is #4B9C6F. Grayscale: #808080. Windows color (decimal): -4955248 or 9462708. OLE color: 9462708.

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

Color convert

RGB 180 99 144 -
CMYK 0 0.45 0.2 0.29
HSL 326.67º 0.35% 0.55% -
HSV(B) 326.67º 0.45% 0.71% -
XYZ 28.32 20.64 28.88 -
YUV 128.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 180 99 144 0 0.45 0.2 0.29 326.67 0.35 0.55
Hex B4 63 90 0 2D 14 1D 147 23 37
Octal 264 143 220 0 55 24 35 507 43 67
Binary 10110100 1100011 10010000 0 101101 10100 11101 101000111 100011 110111

Color Harmonies of #B46390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46390

Black with #B46390

Text Example


Text Example

White with #B46390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46390; }

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

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

background-color css

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

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

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

border-color css

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

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

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