Html Css Color HEX #B57480 Tapestry

📋 copy color: '#B57480'

red 181 ◦ green 116 ◦ blue 128

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

Shades of Tapestry #B57480

Tints of Tapestry #B57480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.29%

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

R = 42.59%
G = 27.29%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B57480 (or 0xB57480) is known color: Tapestry. HEX triplet: B5, 74 and 80. RGB value is (181,116,128). Sum of RGB (Red+Green+Blue) = 181+116+128=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B57480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57480 is #4A8B7F. Grayscale: #888888. Windows color (decimal): -4885376 or 8418485. OLE color: 8418485.

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

Color convert

RGB 181 116 128 -
CMYK 0 0.36 0.29 0.29
HSL 348.92º 0.31% 0.58% -
HSV(B) 348.92º 0.36% 0.71% -
XYZ 29.2 23.87 23.49 -
YUV 136.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 181 116 128 0 0.36 0.29 0.29 348.92 0.31 0.58
Hex B5 74 80 0 24 1D 1D 15D 1F 3A
Octal 265 164 200 0 44 35 35 535 37 72
Binary 10110101 1110100 10000000 0 100100 11101 11101 101011101 11111 111010

Color Harmonies of #B57480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57480

Black with #B57480

Text Example


Text Example

White with #B57480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57480; }

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

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

background-color css

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

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

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

border-color css

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

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

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