#B5668A

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

Shades of Tapestry #B5668A

Tints of Tapestry #B5668A

Color information

#B5668A (or 0xB5668A) is unknown color: approx Tapestry. HEX triplet: B5, 66 and 8A. RGB value is (181,102,138). Sum of RGB (Red+Green+Blue) = 181+102+138=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5668A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5668A is #4A9975. Grayscale: #818181. Windows color (decimal): -4888950 or 9070261. OLE color: 9070261.

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

Color convert

RGB181102138-
CMYK00.440.240.29
HSL332.66º34.8%55.49%-
HSV(B)332.66º43.65%70.98%-
XYZ28.3921.1626.63-
YUV129.72132.67164.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=42.99%
G=24.23%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110213800.440.240.29332.6634.855.49
HexB5668A02C181D14d2337
Octal26514621205430355154367
Binary1011010111001101000101001011001100011101101001101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5668A; }

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

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

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

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

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

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

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

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