#B0607F

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

Shades of Tapestry #B0607F

Tints of Tapestry #B0607F

Color information

#B0607F (or 0xB0607F) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 7F. RGB value is (176,96,127). Sum of RGB (Red+Green+Blue) = 176+96+127=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607F is #4F9F80. Grayscale: #7B7B7B. Windows color (decimal): -5218177 or 8347824. OLE color: 8347824.

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

Color convert

RGB17696127-
CMYK00.450.280.31
HSL336.75º33.61%53.33%-
HSV(B)336.75º45.45%69.02%-
XYZ25.9219.1322.4-
YUV123.45130165.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.11%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 127 (50% from 255) = 31.83%
R=44.11%
G=24.06%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1769612700.450.280.31336.7533.6153.33
HexB0607F02D1C1F1512235
Octal26014017705534375214265
Binary101100001100000111111101011011110011111101010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0607F; }

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

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

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

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

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

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

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

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