#B06290

Color #B06290 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B06290

Tints of Tapestry #B06290

Color information

#B06290 (or 0xB06290) is unknown color: approx Tapestry. HEX triplet: B0, 62 and 90. RGB value is (176,98,144). Sum of RGB (Red+Green+Blue) = 176+98+144=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B06290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06290 is #4F9D6F. Grayscale: #7E7E7E. Windows color (decimal): -5217648 or 9462448. OLE color: 9462448.

HSL color Cylindrical-coordinate representation of color #B06290: hue angle of 324.62º 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 #B06290 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17698144-
CMYK00.440.180.31
HSL324.62º33.05%53.73%-
HSV(B)324.62º44.32%69.02%-
XYZ27.3119.9828.8-
YUV126.57137.84163.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 98 (38.67% from 255) = 23.44%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=42.11%
G=23.44%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769814400.440.180.31324.6233.0553.73
HexB0629002C121F1452136
Octal26014222005422375054166
Binary1011000011000101001000001011001001011111101000101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06290; }

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

 H1.HeaderClassName
 {
   color: #B06290;
 }
 .AnyTagClassName
 {
   color: #B06290;
 }
</style>
background-color css

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

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

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

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

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

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