Html Css Color HEX #B57B80 Tapestry

📋 copy color: '#B57B80'

red 181 ◦ green 123 ◦ blue 128

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

Shades of Tapestry #B57B80

Tints of Tapestry #B57B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.47%

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

R = 41.9%
G = 28.47%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B57B80 (or 0xB57B80) is known color: Tapestry. HEX triplet: B5, 7B and 80. RGB value is (181,123,128). Sum of RGB (Red+Green+Blue) = 181+123+128=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57B80 is #4A847F. Grayscale: #8C8C8C. Windows color (decimal): -4883584 or 8420277. OLE color: 8420277.

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

Color convert

RGB 181 123 128 -
CMYK 0 0.32 0.29 0.29
HSL 354.83º 0.28% 0.6% -
HSV(B) 354.83º 0.32% 0.71% -
XYZ 30.04 25.55 23.77 -
YUV 140.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 181 123 128 0 0.32 0.29 0.29 354.83 0.28 0.6
Hex B5 7B 80 0 20 1D 1D 163 1C 3C
Octal 265 173 200 0 40 35 35 543 34 74
Binary 10110101 1111011 10000000 0 100000 11101 11101 101100011 11100 111100

Color Harmonies of #B57B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B80

Black with #B57B80

Text Example


Text Example

White with #B57B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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