Html Css Color HEX #B46490 Tapestry

📋 copy color: '#B46490'

red 180 ◦ green 100 ◦ blue 144

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

Shades of Tapestry #B46490

Tints of Tapestry #B46490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.58%

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

R = 42.45%
G = 23.58%
B = 33.96%

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

#B46490 (or 0xB46490) is known color: Tapestry. HEX triplet: B4, 64 and 90. RGB value is (180,100,144). Sum of RGB (Red+Green+Blue) = 180+100+144=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B46490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46490 is #4B9B6F. Grayscale: #808080. Windows color (decimal): -4954992 or 9462964. OLE color: 9462964.

HSL color Cylindrical-coordinate representation of color #B46490: hue angle of 327º degrees, saturation: 0.35, 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 #B46490 is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 144 -
CMYK 0 0.44 0.2 0.29
HSL 327º 0.35% 0.55% -
HSV(B) 327º 0.44% 0.71% -
XYZ 28.41 20.83 28.91 -
YUV 128.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 180 100 144 0 0.44 0.2 0.29 327 0.35 0.55
Hex B4 64 90 0 2C 14 1D 147 23 37
Octal 264 144 220 0 54 24 35 507 43 67
Binary 10110100 1100100 10010000 0 101100 10100 11101 101000111 100011 110111

Color Harmonies of #B46490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46490

Black with #B46490

Text Example


Text Example

White with #B46490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46490; }

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

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

background-color css

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

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

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

border-color css

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

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

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