#B8698E

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

Shades of Tapestry #B8698E

Tints of Tapestry #B8698E

Color information

#B8698E (or 0xB8698E) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 8E. RGB value is (184,105,142). Sum of RGB (Red+Green+Blue) = 184+105+142=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8698E is #479671. Grayscale: #848484. Windows color (decimal): -4691570 or 9333176. OLE color: 9333176.

HSL color Cylindrical-coordinate representation of color #B8698E: hue angle of 331.9º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8698E is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184105142-
CMYK00.430.230.28
HSL331.9º35.75%56.67%-
HSV(B)331.9º42.93%72.16%-
XYZ29.722.2528.32-
YUV132.84133.17164.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=42.69%
G=24.36%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410514200.430.230.28331.935.7556.67
HexB8698E02B171C14c2439
Octal27015121605327345144471
Binary1011100011010011000111001010111011111100101001100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8698E; }

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

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

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

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

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

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

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

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