#B8628E

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

Shades of Tapestry #B8628E

Tints of Tapestry #B8628E

Color information

#B8628E (or 0xB8628E) is unknown color: approx Tapestry. HEX triplet: B8, 62 and 8E. RGB value is (184,98,142). Sum of RGB (Red+Green+Blue) = 184+98+142=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B8628E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8628E is #479D71. Grayscale: #808080. Windows color (decimal): -4693362 or 9331384. OLE color: 9331384.

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

Color convert

RGB18498142-
CMYK00.470.230.28
HSL329.3º37.72%55.29%-
HSV(B)329.3º46.74%72.16%-
XYZ29.0220.8828.09-
YUV128.73135.49167.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=43.40%
G=23.11%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849814200.470.230.28329.337.7255.29
HexB8628E02F171C1492637
Octal27014221605727345114667
Binary1011100011000101000111001011111011111100101001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8628E; }

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

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

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

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

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

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

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

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