#B06D7D

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

Shades of Tapestry #B06D7D

Tints of Tapestry #B06D7D

Color information

#B06D7D (or 0xB06D7D) is unknown color: approx Tapestry. HEX triplet: B0, 6D and 7D. RGB value is (176,109,125). Sum of RGB (Red+Green+Blue) = 176+109+125=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06D7D is #4F9282. Grayscale: #828282. Windows color (decimal): -5214851 or 8220080. OLE color: 8220080.

HSL color Cylindrical-coordinate representation of color #B06D7D: hue angle of 345.67º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06D7D is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB176109125-
CMYK00.380.290.31
HSL345.67º29.78%55.88%-
HSV(B)345.67º38.07%69.02%-
XYZ27.0721.6522.15-
YUV130.86124.7160.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=42.93%
G=26.59%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610912500.380.290.31345.6729.7855.88
HexB06D7D0261D1F15a1e38
Octal26015517504635375323670
Binary10110000110110111111010100110111011111110101101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06D7D; }

 p { color: rgb(176,109,125); }

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

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

 a { background-color: rgb(176,109,125); }

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

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

 span { border-color: rgb(176,109,125); }

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