#B5698A

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

Shades of Tapestry #B5698A

Tints of Tapestry #B5698A

Color information

#B5698A (or 0xB5698A) is unknown color: approx Tapestry. HEX triplet: B5, 69 and 8A. RGB value is (181,105,138). Sum of RGB (Red+Green+Blue) = 181+105+138=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698A is #4A9675. Grayscale: #838383. Windows color (decimal): -4888182 or 9071029. OLE color: 9071029.

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

Color convert

RGB181105138-
CMYK00.420.240.29
HSL333.95º33.93%56.08%-
HSV(B)333.95º41.99%70.98%-
XYZ28.721.7626.73-
YUV131.49131.68163.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 138 (54.30% from 255) = 32.55%
R=42.69%
G=24.76%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110513800.420.240.29333.9533.9356.08
HexB5698A02A181D14e2238
Octal26515121205230355164270
Binary1011010111010011000101001010101100011101101001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5698A; }

 p { color: rgb(181,105,138); }

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

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

 a { background-color: rgb(181,105,138); }

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

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

 span { border-color: rgb(181,105,138); }

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