Html Css Color HEX #B57986 Tapestry

📋 copy color: '#B57986'

red 181 ◦ green 121 ◦ blue 134

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

Shades of Tapestry #B57986

Tints of Tapestry #B57986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.75%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 41.51%
G = 27.75%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B57986 (or 0xB57986) is known color: Tapestry. HEX triplet: B5, 79 and 86. RGB value is (181,121,134). Sum of RGB (Red+Green+Blue) = 181+121+134=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B57986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57986 is #4A8679. Grayscale: #8C8C8C. Windows color (decimal): -4884090 or 8812981. OLE color: 8812981.

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

Color convert

RGB 181 121 134 -
CMYK 0 0.33 0.26 0.29
HSL 347º 0.29% 0.59% -
HSV(B) 347º 0.33% 0.71% -
XYZ 30.2 25.22 25.83 -
YUV 140.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 181 121 134 0 0.33 0.26 0.29 347 0.29 0.59
Hex B5 79 86 0 21 1A 1D 15B 1D 3B
Octal 265 171 206 0 41 32 35 533 35 73
Binary 10110101 1111001 10000110 0 100001 11010 11101 101011011 11101 111011

Color Harmonies of #B57986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57986

Black with #B57986

Text Example


Text Example

White with #B57986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57986; }

 p { color: rgb(181,121,134); }

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

background-color css

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

 a { background-color: rgb(181,121,134); }

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

border-color css

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

 span { border-color: rgb(181,121,134); }

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