Html Css Color HEX #B57390 Tapestry

📋 copy color: '#B57390'

red 181 ◦ green 115 ◦ blue 144

#B57390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #B57390

Tints of Tapestry #B57390

RGB

 RED value IS 181 (71.09% from 255) = 41.14%

 GREEN value IS 115 (45.31% from 255) = 26.14%

 BLUE value IS 144 (56.64% from 255) = 32.73%

R = 41.14%
G = 26.14%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B57390 (or 0xB57390) is known color: Tapestry. HEX triplet: B5, 73 and 90. RGB value is (181,115,144). Sum of RGB (Red+Green+Blue) = 181+115+144=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B57390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57390 is #4A8C6F. Grayscale: #898989. Windows color (decimal): -4885616 or 9466805. OLE color: 9466805.

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

Color convert

RGB 181 115 144 -
CMYK 0 0.36 0.20 0.29
HSL 333.64º 0.31% 0.58% -
HSV(B) 333.64º 0.36% 0.71% -
XYZ 30.22 24.1 29.44 -
YUV 138.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 181 115 144 0 0.36 0.20 0.29 333.64 0.31 0.58
Hex B5 73 90 0 24 14 1D 14E 1F 3A
Octal 265 163 220 0 44 24 35 516 37 72
Binary 10110101 1110011 10010000 0 100100 10100 11101 101001110 11111 111010

Color Harmonies of #B57390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57390

Black with #B57390

Text Example


Text Example

White with #B57390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57390; }

 p { color: rgb(181,115,144); }

 H1.HeaderClassName
 {
   color: #B57390;
 }
 .AnyTagClassName
 {
   color: #B57390;
 }
</style>

background-color css

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

 a { background-color: rgb(181,115,144); }

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

border-color css

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

 span { border-color: rgb(181,115,144); }

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