Html Css Color HEX #B06490 Tapestry

📋 copy color: '#B06490'

red 176 ◦ green 100 ◦ blue 144

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

Shades of Tapestry #B06490

Tints of Tapestry #B06490

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

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

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

R = 41.9%
G = 23.81%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B06490 (or 0xB06490) is known color: Tapestry. HEX triplet: B0, 64 and 90. RGB value is (176,100,144). Sum of RGB (Red+Green+Blue) = 176+100+144=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B06490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06490 is #4F9B6F. Grayscale: #7F7F7F. Windows color (decimal): -5217136 or 9462960. OLE color: 9462960.

HSL color Cylindrical-coordinate representation of color #B06490: hue angle of 325.26º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06490 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 100 144 -
CMYK 0 0.43 0.18 0.31
HSL 325.26º 0.32% 0.54% -
HSV(B) 325.26º 0.43% 0.69% -
XYZ 27.5 20.36 28.87 -
YUV 127.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 176 100 144 0 0.43 0.18 0.31 325.26 0.32 0.54
Hex B0 64 90 0 2B 12 1F 145 20 36
Octal 260 144 220 0 53 22 37 505 40 66
Binary 10110000 1100100 10010000 0 101011 10010 11111 101000101 100000 110110

Color Harmonies of #B06490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06490

Black with #B06490

Text Example


Text Example

White with #B06490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06490; }

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

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

background-color css

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

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

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

border-color css

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

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

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