#B0607D

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

Shades of Tapestry #B0607D

Tints of Tapestry #B0607D

Color information

#B0607D (or 0xB0607D) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 7D. RGB value is (176,96,125). Sum of RGB (Red+Green+Blue) = 176+96+125=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607D is #4F9F82. Grayscale: #7B7B7B. Windows color (decimal): -5218179 or 8216752. OLE color: 8216752.

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

Color convert

RGB17696125-
CMYK00.450.290.31
HSL338.25º33.61%53.33%-
HSV(B)338.25º45.45%69.02%-
XYZ25.7919.0821.72-
YUV123.23129165.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=44.33%
G=24.18%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769612500.450.290.31338.2533.6153.33
HexB0607D02D1D1F1522235
Octal26014017505535375224265
Binary101100001100000111110101011011110111111101010010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0607D; }

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

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

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

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

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

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

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

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