#B8628C

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

Shades of Tapestry #B8628C

Tints of Tapestry #B8628C

Color information

#B8628C (or 0xB8628C) is unknown color: approx Tapestry. HEX triplet: B8, 62 and 8C. RGB value is (184,98,140). Sum of RGB (Red+Green+Blue) = 184+98+140=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8628C is #479D73. Grayscale: #808080. Windows color (decimal): -4693364 or 9200312. OLE color: 9200312.

HSL color Cylindrical-coordinate representation of color #B8628C: hue angle of 330.7º 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 #B8628C is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB18498140-
CMYK00.470.240.28
HSL330.7º37.72%55.29%-
HSV(B)330.7º46.74%72.16%-
XYZ28.8720.8227.31-
YUV128.5134.49167.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=43.60%
G=23.22%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849814000.470.240.28330.737.7255.29
HexB8628C02F181C14b2637
Octal27014221405730345134667
Binary1011100011000101000110001011111100011100101001011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8628C; }

 p { color: rgb(184,98,140); }

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

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

 a { background-color: rgb(184,98,140); }

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

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

 span { border-color: rgb(184,98,140); }

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