Html Css Color HEX #B57C88 Tapestry

📋 copy color: '#B57C88'

red 181 ◦ green 124 ◦ blue 136

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

Shades of Tapestry #B57C88

Tints of Tapestry #B57C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.84%

R = 41.04%
G = 28.12%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B57C88 (or 0xB57C88) is known color: Tapestry. HEX triplet: B5, 7C and 88. RGB value is (181,124,136). Sum of RGB (Red+Green+Blue) = 181+124+136=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57C88 is #4A8377. Grayscale: #8E8E8E. Windows color (decimal): -4883320 or 8944821. OLE color: 8944821.

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

Color convert

RGB 181 124 136 -
CMYK 0 0.31 0.25 0.29
HSL 347.37º 0.28% 0.6% -
HSV(B) 347.37º 0.31% 0.71% -
XYZ 30.71 26.02 26.7 -
YUV 142.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 181 124 136 0 0.31 0.25 0.29 347.37 0.28 0.6
Hex B5 7C 88 0 1F 19 1D 15B 1C 3C
Octal 265 174 210 0 37 31 35 533 34 74
Binary 10110101 1111100 10001000 0 11111 11001 11101 101011011 11100 111100

Color Harmonies of #B57C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C88

Black with #B57C88

Text Example


Text Example

White with #B57C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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