#B06388

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

Shades of Tapestry #B06388

Tints of Tapestry #B06388

Color information

#B06388 (or 0xB06388) is unknown color: approx Tapestry. HEX triplet: B0, 63 and 88. RGB value is (176,99,136). Sum of RGB (Red+Green+Blue) = 176+99+136=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B06388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06388 is #4F9C77. Grayscale: #7E7E7E. Windows color (decimal): -5217400 or 8938416. OLE color: 8938416.

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

Color convert

RGB17699136-
CMYK00.440.230.31
HSL331.17º32.77%53.92%-
HSV(B)331.17º43.75%69.02%-
XYZ26.8119.9325.73-
YUV126.24133.51163.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 99 (39.06% from 255) = 24.09%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=42.82%
G=24.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769913600.440.230.31331.1732.7753.92
HexB0638802C171F14b2136
Octal26014321005427375134166
Binary1011000011000111000100001011001011111111101001011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06388; }

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

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

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

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

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

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

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

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