#B8697A

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

Shades of Tapestry #B8697A

Tints of Tapestry #B8697A

Color information

#B8697A (or 0xB8697A) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 7A. RGB value is (184,105,122). Sum of RGB (Red+Green+Blue) = 184+105+122=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8697A is #479685. Grayscale: #828282. Windows color (decimal): -4691590 or 8022456. OLE color: 8022456.

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

Color convert

RGB184105122-
CMYK00.430.340.28
HSL347.09º35.75%56.67%-
HSV(B)347.09º42.93%72.16%-
XYZ28.3321.721.11-
YUV130.56123.17166.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=44.77%
G=25.55%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410512200.430.340.28347.0935.7556.67
HexB8697A02B221C15b2439
Octal27015117205342345334471
Binary1011100011010011111010010101110001011100101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8697A; }

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

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

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

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

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

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

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

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