#B5608A

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

Shades of Tapestry #B5608A

Tints of Tapestry #B5608A

Color information

#B5608A (or 0xB5608A) is unknown color: approx Tapestry. HEX triplet: B5, 60 and 8A. RGB value is (181,96,138). Sum of RGB (Red+Green+Blue) = 181+96+138=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B5608A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5608A is #4A9F75. Grayscale: #7E7E7E. Windows color (decimal): -4890486 or 9068725. OLE color: 9068725.

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

Color convert

RGB18196138-
CMYK00.470.240.29
HSL330.35º36.48%54.31%-
HSV(B)330.35º46.96%70.98%-
XYZ27.8320.0226.44-
YUV126.2134.66167.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 96 (37.89% from 255) = 23.13%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=43.61%
G=23.13%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819613800.470.240.29330.3536.4854.31
HexB5608A02F181D14a2436
Octal26514021205730355124466
Binary1011010111000001000101001011111100011101101001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5608A; }

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

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

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

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

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

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

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

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