Html Css Color HEX #B57E82 Tapestry

📋 copy color: '#B57E82'

red 181 ◦ green 126 ◦ blue 130

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

Shades of Tapestry #B57E82

Tints of Tapestry #B57E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.83%

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 41.42%
G = 28.83%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B57E82 (or 0xB57E82) is known color: Tapestry. HEX triplet: B5, 7E and 82. RGB value is (181,126,130). Sum of RGB (Red+Green+Blue) = 181+126+130=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57E82 is #4A817D. Grayscale: #8E8E8E. Windows color (decimal): -4882814 or 8552117. OLE color: 8552117.

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

Color convert

RGB 181 126 130 -
CMYK 0 0.30 0.28 0.29
HSL 355.64º 0.27% 0.6% -
HSV(B) 355.64º 0.3% 0.71% -
XYZ 30.55 26.36 24.6 -
YUV 142.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 181 126 130 0 0.30 0.28 0.29 355.64 0.27 0.6
Hex B5 7E 82 0 1E 1C 1D 164 1B 3C
Octal 265 176 202 0 36 34 35 544 33 74
Binary 10110101 1111110 10000010 0 11110 11100 11101 101100100 11011 111100

Color Harmonies of #B57E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E82

Black with #B57E82

Text Example


Text Example

White with #B57E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E82; }

 p { color: rgb(181,126,130); }

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

background-color css

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

 a { background-color: rgb(181,126,130); }

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

border-color css

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

 span { border-color: rgb(181,126,130); }

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