Html Css Color HEX #B57292 Tapestry

📋 copy color: '#B57292'

red 181 ◦ green 114 ◦ blue 146

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

Shades of Tapestry #B57292

Tints of Tapestry #B57292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.11%

R = 41.04%
G = 25.85%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B57292 (or 0xB57292) is known color: Tapestry. HEX triplet: B5, 72 and 92. RGB value is (181,114,146). Sum of RGB (Red+Green+Blue) = 181+114+146=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B57292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57292 is #4A8D6D. Grayscale: #898989. Windows color (decimal): -4885870 or 9597621. OLE color: 9597621.

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

Color convert

RGB 181 114 146 -
CMYK 0 0.37 0.19 0.29
HSL 331.34º 0.31% 0.58% -
HSV(B) 331.34º 0.37% 0.71% -
XYZ 30.26 23.93 30.22 -
YUV 137.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 181 114 146 0 0.37 0.19 0.29 331.34 0.31 0.58
Hex B5 72 92 0 25 13 1D 14B 1F 3A
Octal 265 162 222 0 45 23 35 513 37 72
Binary 10110101 1110010 10010010 0 100101 10011 11101 101001011 11111 111010

Color Harmonies of #B57292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57292

Black with #B57292

Text Example


Text Example

White with #B57292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57292; }

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

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

background-color css

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

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

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

border-color css

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

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

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