Html Css Color HEX #B57A8C Tapestry

📋 copy color: '#B57A8C'

red 181 ◦ green 122 ◦ blue 140

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

Shades of Tapestry #B57A8C

Tints of Tapestry #B57A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 40.86%
G = 27.54%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B57A8C (or 0xB57A8C) is known color: Tapestry. HEX triplet: B5, 7A and 8C. RGB value is (181,122,140). Sum of RGB (Red+Green+Blue) = 181+122+140=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A8C is #4A8573. Grayscale: #8D8D8D. Windows color (decimal): -4883828 or 9206453. OLE color: 9206453.

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

Color convert

RGB 181 122 140 -
CMYK 0 0.33 0.23 0.29
HSL 341.69º 0.29% 0.59% -
HSV(B) 341.69º 0.33% 0.71% -
XYZ 30.75 25.64 28.14 -
YUV 141.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 181 122 140 0 0.33 0.23 0.29 341.69 0.29 0.59
Hex B5 7A 8C 0 21 17 1D 156 1D 3B
Octal 265 172 214 0 41 27 35 526 35 73
Binary 10110101 1111010 10001100 0 100001 10111 11101 101010110 11101 111011

Color Harmonies of #B57A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A8C

Black with #B57A8C

Text Example


Text Example

White with #B57A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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