Html Css Color HEX #B66490 Tapestry

📋 copy color: '#B66490'

red 182 ◦ green 100 ◦ blue 144

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

Shades of Tapestry #B66490

Tints of Tapestry #B66490

RGB

 RED value IS 182 (71.48% from 255) = 42.72%

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

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

R = 42.72%
G = 23.47%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B66490 (or 0xB66490) is known color: Tapestry. HEX triplet: B6, 64 and 90. RGB value is (182,100,144). Sum of RGB (Red+Green+Blue) = 182+100+144=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B66490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66490 is #499B6F. Grayscale: #818181. Windows color (decimal): -4823920 or 9462966. OLE color: 9462966.

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

Color convert

RGB 182 100 144 -
CMYK 0 0.45 0.21 0.29
HSL 327.8º 0.36% 0.55% -
HSV(B) 327.8º 0.45% 0.71% -
XYZ 28.88 21.07 28.93 -
YUV 129.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 182 100 144 0 0.45 0.21 0.29 327.8 0.36 0.55
Hex B6 64 90 0 2D 15 1D 148 24 37
Octal 266 144 220 0 55 25 35 510 44 67
Binary 10110110 1100100 10010000 0 101101 10101 11101 101001000 100100 110111

Color Harmonies of #B66490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66490

Black with #B66490

Text Example


Text Example

White with #B66490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66490; }

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

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

background-color css

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

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

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

border-color css

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

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

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