#B8698D

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

Shades of Tapestry #B8698D

Tints of Tapestry #B8698D

Color information

#B8698D (or 0xB8698D) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 8D. RGB value is (184,105,141). Sum of RGB (Red+Green+Blue) = 184+105+141=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B8698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8698D is #479672. Grayscale: #848484. Windows color (decimal): -4691571 or 9267640. OLE color: 9267640.

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

Color convert

RGB184105141-
CMYK00.430.230.28
HSL332.66º35.75%56.67%-
HSV(B)332.66º42.93%72.16%-
XYZ29.6322.2227.93-
YUV132.72132.67164.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=42.79%
G=24.42%
B=32.79%

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
Decimal18410514100.430.230.28332.6635.7556.67
HexB8698D02B171C14d2439
Octal27015121505327345154471
Binary1011100011010011000110101010111011111100101001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8698D; }

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

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

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

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

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

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

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

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