Html Css Color HEX #B57C8E Tapestry

📋 copy color: '#B57C8E'

red 181 ◦ green 124 ◦ blue 142

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

Shades of Tapestry #B57C8E

Tints of Tapestry #B57C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.74%

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 40.49%
G = 27.74%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B57C8E (or 0xB57C8E) is known color: Tapestry. HEX triplet: B5, 7C and 8E. RGB value is (181,124,142). Sum of RGB (Red+Green+Blue) = 181+124+142=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C8E is #4A8371. Grayscale: #8F8F8F. Windows color (decimal): -4883314 or 9338037. OLE color: 9338037.

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

Color convert

RGB 181 124 142 -
CMYK 0 0.31 0.22 0.29
HSL 341.05º 0.28% 0.6% -
HSV(B) 341.05º 0.31% 0.71% -
XYZ 31.15 26.19 29.01 -
YUV 143.1 127.38 155.04 -
System Red Green Blue C M Y K H S L
Decimal 181 124 142 0 0.31 0.22 0.29 341.05 0.28 0.6
Hex B5 7C 8E 0 1F 16 1D 155 1C 3C
Octal 265 174 216 0 37 26 35 525 34 74
Binary 10110101 1111100 10001110 0 11111 10110 11101 101010101 11100 111100

Color Harmonies of #B57C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C8E

Black with #B57C8E

Text Example


Text Example

White with #B57C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C8E; }

 p { color: rgb(181,124,142); }

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

background-color css

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

 a { background-color: rgb(181,124,142); }

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

border-color css

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

 span { border-color: rgb(181,124,142); }

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