#B8688A

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

Shades of Tapestry #B8688A

Tints of Tapestry #B8688A

Color information

#B8688A (or 0xB8688A) is unknown color: approx Tapestry. HEX triplet: B8, 68 and 8A. RGB value is (184,104,138). Sum of RGB (Red+Green+Blue) = 184+104+138=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8688A is #479775. Grayscale: #838383. Windows color (decimal): -4691830 or 9070776. OLE color: 9070776.

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

Color convert

RGB184104138-
CMYK00.430.250.28
HSL334.5º36.04%56.47%-
HSV(B)334.5º43.48%72.16%-
XYZ29.321.9326.73-
YUV131.8131.5165.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.19%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=43.19%
G=24.41%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410413800.430.250.28334.536.0456.47
HexB8688A02B191C14e2438
Octal27015021205331345164470
Binary1011100011010001000101001010111100111100101001110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8688A; }

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

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

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

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

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

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

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

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