Html Css Color HEX #B57A90 Tapestry

📋 copy color: '#B57A90'

red 181 ◦ green 122 ◦ blue 144

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

Shades of Tapestry #B57A90

Tints of Tapestry #B57A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

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

R = 40.49%
G = 27.29%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B57A90 (or 0xB57A90) is known color: Tapestry. HEX triplet: B5, 7A and 90. RGB value is (181,122,144). Sum of RGB (Red+Green+Blue) = 181+122+144=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A90 is #4A856F. Grayscale: #8E8E8E. Windows color (decimal): -4883824 or 9468597. OLE color: 9468597.

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

Color convert

RGB 181 122 144 -
CMYK 0 0.33 0.20 0.29
HSL 337.63º 0.29% 0.59% -
HSV(B) 337.63º 0.33% 0.71% -
XYZ 31.05 25.76 29.72 -
YUV 142.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 181 122 144 0 0.33 0.20 0.29 337.63 0.29 0.59
Hex B5 7A 90 0 21 14 1D 152 1D 3B
Octal 265 172 220 0 41 24 35 522 35 73
Binary 10110101 1111010 10010000 0 100001 10100 11101 101010010 11101 111011

Color Harmonies of #B57A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A90

Black with #B57A90

Text Example


Text Example

White with #B57A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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