#B06076

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

Shades of Tapestry #B06076

Tints of Tapestry #B06076

Color information

#B06076 (or 0xB06076) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 76. RGB value is (176,96,118). Sum of RGB (Red+Green+Blue) = 176+96+118=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B06076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06076 is #4F9F89. Grayscale: #7A7A7A. Windows color (decimal): -5218186 or 7758000. OLE color: 7758000.

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

Color convert

RGB17696118-
CMYK00.450.330.31
HSL343.5º33.61%53.33%-
HSV(B)343.5º45.45%69.02%-
XYZ25.3618.919.45-
YUV122.43125.5166.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=45.13%
G=24.62%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769611800.450.330.31343.533.6153.33
HexB0607602D211F1582235
Octal26014016605541375304265
Binary1011000011000001110110010110110000111111101011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06076; }

 p { color: rgb(176,96,118); }

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

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

 a { background-color: rgb(176,96,118); }

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

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

 span { border-color: rgb(176,96,118); }

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