Html Css Color HEX #B57180 Tapestry

📋 copy color: '#B57180'

red 181 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #B57180

Tints of Tapestry #B57180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 128 (50.39% from 255) = 30.33%

R = 42.89%
G = 26.78%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B57180 (or 0xB57180) is known color: Tapestry. HEX triplet: B5, 71 and 80. RGB value is (181,113,128). Sum of RGB (Red+Green+Blue) = 181+113+128=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57180 is #4A8E7F. Grayscale: #878787. Windows color (decimal): -4886144 or 8417717. OLE color: 8417717.

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

Color convert

RGB 181 113 128 -
CMYK 0 0.38 0.29 0.29
HSL 346.76º 0.31% 0.58% -
HSV(B) 346.76º 0.38% 0.71% -
XYZ 28.86 23.19 23.38 -
YUV 135.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 181 113 128 0 0.38 0.29 0.29 346.76 0.31 0.58
Hex B5 71 80 0 26 1D 1D 15B 1F 3A
Octal 265 161 200 0 46 35 35 533 37 72
Binary 10110101 1110001 10000000 0 100110 11101 11101 101011011 11111 111010

Color Harmonies of #B57180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57180

Black with #B57180

Text Example


Text Example

White with #B57180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57180; }

 p { color: rgb(181,113,128); }

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

background-color css

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

 a { background-color: rgb(181,113,128); }

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

border-color css

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

 span { border-color: rgb(181,113,128); }

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