Html Css Color HEX #B46391 Tapestry

📋 copy color: '#B46391'

red 180 ◦ green 99 ◦ blue 145

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

Shades of Tapestry #B46391

Tints of Tapestry #B46391

RGB

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

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

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

R = 42.45%
G = 23.35%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46391 (or 0xB46391) is known color: Tapestry. HEX triplet: B4, 63 and 91. RGB value is (180,99,145). Sum of RGB (Red+Green+Blue) = 180+99+145=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46391 is #4B9C6E. Grayscale: #808080. Windows color (decimal): -4955247 or 9528244. OLE color: 9528244.

HSL color Cylindrical-coordinate representation of color #B46391: hue angle of 325.93º 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 #B46391 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 145 -
CMYK 0 0.45 0.19 0.29
HSL 325.93º 0.35% 0.55% -
HSV(B) 325.93º 0.45% 0.71% -
XYZ 28.4 20.67 29.28 -
YUV 128.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 180 99 145 0 0.45 0.19 0.29 325.93 0.35 0.55
Hex B4 63 91 0 2D 13 1D 146 23 37
Octal 264 143 221 0 55 23 35 506 43 67
Binary 10110100 1100011 10010001 0 101101 10011 11101 101000110 100011 110111

Color Harmonies of #B46391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46391

Black with #B46391

Text Example


Text Example

White with #B46391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46391; }

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

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

background-color css

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

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

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

border-color css

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

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

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