#B5688E

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

Shades of Tapestry #B5688E

Tints of Tapestry #B5688E

Color information

#B5688E (or 0xB5688E) is unknown color: approx Tapestry. HEX triplet: B5, 68 and 8E. RGB value is (181,104,142). Sum of RGB (Red+Green+Blue) = 181+104+142=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B5688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5688E is #4A9771. Grayscale: #838383. Windows color (decimal): -4888434 or 9332917. OLE color: 9332917.

HSL color Cylindrical-coordinate representation of color #B5688E: hue angle of 330.39º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B5688E is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB181104142-
CMYK00.430.220.29
HSL330.39º34.22%55.88%-
HSV(B)330.39º42.54%70.98%-
XYZ28.8921.6828.25-
YUV131.35134.01163.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 104 (41.02% from 255) = 24.36%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=42.39%
G=24.36%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110414200.430.220.29330.3934.2255.88
HexB5688E02B161D14a2238
Octal26515021605326355124270
Binary1011010111010001000111001010111011011101101001010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5688E; }

 p { color: rgb(181,104,142); }

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

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

 a { background-color: rgb(181,104,142); }

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

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

 span { border-color: rgb(181,104,142); }

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