Html Css Color HEX #B57286 Tapestry

📋 copy color: '#B57286'

red 181 ◦ green 114 ◦ blue 134

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

Shades of Tapestry #B57286

Tints of Tapestry #B57286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 42.19%
G = 26.57%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B57286 (or 0xB57286) is known color: Tapestry. HEX triplet: B5, 72 and 86. RGB value is (181,114,134). Sum of RGB (Red+Green+Blue) = 181+114+134=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57286 is #4A8D79. Grayscale: #888888. Windows color (decimal): -4885882 or 8811189. OLE color: 8811189.

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

Color convert

RGB 181 114 134 -
CMYK 0 0.37 0.26 0.29
HSL 342.09º 0.31% 0.58% -
HSV(B) 342.09º 0.37% 0.71% -
XYZ 29.38 23.58 25.56 -
YUV 136.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 181 114 134 0 0.37 0.26 0.29 342.09 0.31 0.58
Hex B5 72 86 0 25 1A 1D 156 1F 3A
Octal 265 162 206 0 45 32 35 526 37 72
Binary 10110101 1110010 10000110 0 100101 11010 11101 101010110 11111 111010

Color Harmonies of #B57286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57286

Black with #B57286

Text Example


Text Example

White with #B57286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57286; }

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

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

background-color css

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

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

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

border-color css

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

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

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