#B0607E

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

Shades of Tapestry #B0607E

Tints of Tapestry #B0607E

Color information

#B0607E (or 0xB0607E) is unknown color: approx Tapestry. HEX triplet: B0, 60 and 7E. RGB value is (176,96,126). Sum of RGB (Red+Green+Blue) = 176+96+126=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0607E is #4F9F81. Grayscale: #7B7B7B. Windows color (decimal): -5218178 or 8282288. OLE color: 8282288.

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

Color convert

RGB17696126-
CMYK00.450.280.31
HSL337.5º33.61%53.33%-
HSV(B)337.5º45.45%69.02%-
XYZ25.8519.122.06-
YUV123.34129.5165.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.22%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=44.22%
G=24.12%
B=31.66%

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
Decimal1769612600.450.280.31337.533.6153.33
HexB0607E02D1C1F1522235
Octal26014017605534375224265
Binary101100001100000111111001011011110011111101010010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0607E; }

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

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

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

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

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

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

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

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