#B8618A

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

Shades of Tapestry #B8618A

Tints of Tapestry #B8618A

Color information

#B8618A (or 0xB8618A) is unknown color: approx Tapestry. HEX triplet: B8, 61 and 8A. RGB value is (184,97,138). Sum of RGB (Red+Green+Blue) = 184+97+138=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8618A is #479E75. Grayscale: #7F7F7F. Windows color (decimal): -4693622 or 9068984. OLE color: 9068984.

HSL color Cylindrical-coordinate representation of color #B8618A: hue angle of 331.72º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8618A is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18497138-
CMYK00.470.250.28
HSL331.72º37.99%55.1%-
HSV(B)331.72º47.28%72.16%-
XYZ28.6320.5726.51-
YUV127.69133.82168.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=43.91%
G=23.15%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849713800.470.250.28331.7237.9955.1
HexB8618A02F191C14c2637
Octal27014121205731345144667
Binary1011100011000011000101001011111100111100101001100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8618A; }

 p { color: rgb(184,97,138); }

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

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

 a { background-color: rgb(184,97,138); }

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

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

 span { border-color: rgb(184,97,138); }

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