#B0658A

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

Shades of Tapestry #B0658A

Tints of Tapestry #B0658A

Color information

#B0658A (or 0xB0658A) is unknown color: approx Tapestry. HEX triplet: B0, 65 and 8A. RGB value is (176,101,138). Sum of RGB (Red+Green+Blue) = 176+101+138=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0658A is #4F9A75. Grayscale: #7F7F7F. Windows color (decimal): -5216886 or 9070000. OLE color: 9070000.

HSL color Cylindrical-coordinate representation of color #B0658A: hue angle of 330.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B0658A is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176101138-
CMYK00.430.220.31
HSL330.4º32.19%54.31%-
HSV(B)330.4º42.61%69.02%-
XYZ27.1520.3726.55-
YUV127.64133.85162.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.41%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=42.41%
G=24.34%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610113800.430.220.31330.432.1954.31
HexB0658A02B161F14a2036
Octal26014521205326375124066
Binary1011000011001011000101001010111011011111101001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0658A; }

 p { color: rgb(176,101,138); }

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

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

 a { background-color: rgb(176,101,138); }

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

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

 span { border-color: rgb(176,101,138); }

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