#B0658B

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

Shades of Tapestry #B0658B

Tints of Tapestry #B0658B

Color information

#B0658B (or 0xB0658B) is unknown color: approx Tapestry. HEX triplet: B0, 65 and 8B. RGB value is (176,101,139). Sum of RGB (Red+Green+Blue) = 176+101+139=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0658B is #4F9A74. Grayscale: #7F7F7F. Windows color (decimal): -5216885 or 9135536. OLE color: 9135536.

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

Color convert

RGB176101139-
CMYK00.430.210.31
HSL329.6º32.19%54.31%-
HSV(B)329.6º42.61%69.02%-
XYZ27.2220.426.93-
YUV127.76134.35162.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.31%
GREEN value IS 101 (39.84% from 255) = 24.28%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=42.31%
G=24.28%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610113900.430.210.31329.632.1954.31
HexB0658B02B151F14a2036
Octal26014521305325375124066
Binary1011000011001011000101101010111010111111101001010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0658B; }

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

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

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

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

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

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

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

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