Html Css Color HEX #B57A80 Tapestry

📋 copy color: '#B57A80'

red 181 ◦ green 122 ◦ blue 128

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

Shades of Tapestry #B57A80

Tints of Tapestry #B57A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.7%

R = 42%
G = 28.31%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B57A80 (or 0xB57A80) is known color: Tapestry. HEX triplet: B5, 7A and 80. RGB value is (181,122,128). Sum of RGB (Red+Green+Blue) = 181+122+128=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A80 is #4A857F. Grayscale: #8C8C8C. Windows color (decimal): -4883840 or 8420021. OLE color: 8420021.

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

Color convert

RGB 181 122 128 -
CMYK 0 0.33 0.29 0.29
HSL 353.9º 0.29% 0.59% -
HSV(B) 353.9º 0.33% 0.71% -
XYZ 29.91 25.3 23.73 -
YUV 140.33 121.05 157.01 -
System Red Green Blue C M Y K H S L
Decimal 181 122 128 0 0.33 0.29 0.29 353.9 0.29 0.59
Hex B5 7A 80 0 21 1D 1D 162 1D 3B
Octal 265 172 200 0 41 35 35 542 35 73
Binary 10110101 1111010 10000000 0 100001 11101 11101 101100010 11101 111011

Color Harmonies of #B57A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A80

Black with #B57A80

Text Example


Text Example

White with #B57A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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