#B8658B

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

Shades of Tapestry #B8658B

Tints of Tapestry #B8658B

Color information

#B8658B (or 0xB8658B) is unknown color: approx Tapestry. HEX triplet: B8, 65 and 8B. RGB value is (184,101,139). Sum of RGB (Red+Green+Blue) = 184+101+139=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8658B is #479A74. Grayscale: #828282. Windows color (decimal): -4692597 or 9135544. OLE color: 9135544.

HSL color Cylindrical-coordinate representation of color #B8658B: hue angle of 332.53º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8658B is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB184101139-
CMYK00.450.240.28
HSL332.53º36.89%55.88%-
HSV(B)332.53º45.11%72.16%-
XYZ29.0821.3627.02-
YUV130.15133166.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 139 (54.69% from 255) = 32.78%
R=43.40%
G=23.82%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410113900.450.240.28332.5336.8955.88
HexB8658B02D181C14d2538
Octal27014521305530345154570
Binary1011100011001011000101101011011100011100101001101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8658B; }

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

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

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

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

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

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

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

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