Html Css Color HEX #B57F8D Tapestry

📋 copy color: '#B57F8D'

red 181 ◦ green 127 ◦ blue 141

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

Shades of Tapestry #B57F8D

Tints of Tapestry #B57F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 40.31%
G = 28.29%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B57F8D (or 0xB57F8D) is known color: Tapestry. HEX triplet: B5, 7F and 8D. RGB value is (181,127,141). Sum of RGB (Red+Green+Blue) = 181+127+141=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F8D is #4A8072. Grayscale: #909090. Windows color (decimal): -4882547 or 9273269. OLE color: 9273269.

HSL color Cylindrical-coordinate representation of color #B57F8D: hue angle of 344.44º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57F8D is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 127 141 -
CMYK 0 0.30 0.22 0.29
HSL 344.44º 0.27% 0.6% -
HSV(B) 344.44º 0.3% 0.71% -
XYZ 31.45 26.93 28.74 -
YUV 144.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 181 127 141 0 0.30 0.22 0.29 344.44 0.27 0.6
Hex B5 7F 8D 0 1E 16 1D 158 1B 3C
Octal 265 177 215 0 36 26 35 530 33 74
Binary 10110101 1111111 10001101 0 11110 10110 11101 101011000 11011 111100

Color Harmonies of #B57F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F8D

Black with #B57F8D

Text Example


Text Example

White with #B57F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F8D; }

 p { color: rgb(181,127,141); }

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

background-color css

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

 a { background-color: rgb(181,127,141); }

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

border-color css

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

 span { border-color: rgb(181,127,141); }

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