#B5688C

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

Shades of Tapestry #B5688C

Tints of Tapestry #B5688C

Color information

#B5688C (or 0xB5688C) is unknown color: approx Tapestry. HEX triplet: B5, 68 and 8C. RGB value is (181,104,140). Sum of RGB (Red+Green+Blue) = 181+104+140=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5688C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5688C is #4A9773. Grayscale: #838383. Windows color (decimal): -4888436 or 9201845. OLE color: 9201845.

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

Color convert

RGB181104140-
CMYK00.430.230.29
HSL331.95º34.22%55.88%-
HSV(B)331.95º42.54%70.98%-
XYZ28.7421.6227.47-
YUV131.13133.01163.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=42.59%
G=24.47%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110414000.430.230.29331.9534.2255.88
HexB5688C02B171D14c2238
Octal26515021405327355144270
Binary1011010111010001000110001010111011111101101001100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5688C; }

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

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

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

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

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

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

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

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