Html Css Color HEX #B06390 Tapestry

📋 copy color: '#B06390'

red 176 ◦ green 99 ◦ blue 144

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

Shades of Tapestry #B06390

Tints of Tapestry #B06390

RGB

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

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

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

R = 42%
G = 23.63%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B06390 (or 0xB06390) is known color: Tapestry. HEX triplet: B0, 63 and 90. RGB value is (176,99,144). Sum of RGB (Red+Green+Blue) = 176+99+144=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 144 (56.64% from 255 or 34.37% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B06390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06390 is #4F9C6F. Grayscale: #7F7F7F. Windows color (decimal): -5217392 or 9462704. OLE color: 9462704.

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

Color convert

RGB 176 99 144 -
CMYK 0 0.44 0.18 0.31
HSL 324.94º 0.33% 0.54% -
HSV(B) 324.94º 0.44% 0.69% -
XYZ 27.4 20.17 28.83 -
YUV 127.15 137.51 162.84 -
System Red Green Blue C M Y K H S L
Decimal 176 99 144 0 0.44 0.18 0.31 324.94 0.33 0.54
Hex B0 63 90 0 2C 12 1F 145 21 36
Octal 260 143 220 0 54 22 37 505 41 66
Binary 10110000 1100011 10010000 0 101100 10010 11111 101000101 100001 110110

Color Harmonies of #B06390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06390

Black with #B06390

Text Example


Text Example

White with #B06390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06390; }

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

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

background-color css

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

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

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

border-color css

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

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

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