Html Css Color HEX #B57586 Tapestry

📋 copy color: '#B57586'

red 181 ◦ green 117 ◦ blue 134

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

Shades of Tapestry #B57586

Tints of Tapestry #B57586

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

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

R = 41.9%
G = 27.08%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B57586 (or 0xB57586) is known color: Tapestry. HEX triplet: B5, 75 and 86. RGB value is (181,117,134). Sum of RGB (Red+Green+Blue) = 181+117+134=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57586 is #4A8A79. Grayscale: #8A8A8A. Windows color (decimal): -4885114 or 8811957. OLE color: 8811957.

HSL color Cylindrical-coordinate representation of color #B57586: hue angle of 344.06º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57586 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 117 134 -
CMYK 0 0.35 0.26 0.29
HSL 344.06º 0.3% 0.58% -
HSV(B) 344.06º 0.35% 0.71% -
XYZ 29.72 24.27 25.67 -
YUV 138.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 181 117 134 0 0.35 0.26 0.29 344.06 0.3 0.58
Hex B5 75 86 0 23 1A 1D 158 1E 3A
Octal 265 165 206 0 43 32 35 530 36 72
Binary 10110101 1110101 10000110 0 100011 11010 11101 101011000 11110 111010

Color Harmonies of #B57586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57586

Black with #B57586

Text Example


Text Example

White with #B57586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57586; }

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

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

background-color css

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

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

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

border-color css

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

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

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