#B06384

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

Shades of Tapestry #B06384

Tints of Tapestry #B06384

Color information

#B06384 (or 0xB06384) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 84. RGB value is (176,99,132). Sum of RGB (Red+Green+Blue) = 176+99+132=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06384 is #4F9C7B. Grayscale: #7D7D7D. Windows color (decimal): -5217404 or 8676272. OLE color: 8676272.

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

Color convert

RGB17699132-
CMYK00.440.250.31
HSL334.29º32.77%53.92%-
HSV(B)334.29º43.75%69.02%-
XYZ26.5319.8224.26-
YUV125.78131.51163.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 99 (39.06% from 255) = 24.32%
BLUE value IS 132 (51.95% from 255) = 32.43%
R=43.24%
G=24.32%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769913200.440.250.31334.2932.7753.92
HexB0638402C191F14e2136
Octal26014320405431375164166
Binary1011000011000111000010001011001100111111101001110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06384; }

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

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

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

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

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

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

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

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