Html Css Color HEX #B57F90 Tapestry

📋 copy color: '#B57F90'

red 181 ◦ green 127 ◦ blue 144

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

Shades of Tapestry #B57F90

Tints of Tapestry #B57F90

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 40.04%
G = 28.1%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B57F90 (or 0xB57F90) is known color: Tapestry. HEX triplet: B5, 7F and 90. RGB value is (181,127,144). Sum of RGB (Red+Green+Blue) = 181+127+144=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57F90 is #4A806F. Grayscale: #919191. Windows color (decimal): -4882544 or 9469877. OLE color: 9469877.

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

Color convert

RGB 181 127 144 -
CMYK 0 0.30 0.20 0.29
HSL 341.11º 0.27% 0.6% -
HSV(B) 341.11º 0.3% 0.71% -
XYZ 31.68 27.02 29.93 -
YUV 145.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 181 127 144 0 0.30 0.20 0.29 341.11 0.27 0.6
Hex B5 7F 90 0 1E 14 1D 155 1B 3C
Octal 265 177 220 0 36 24 35 525 33 74
Binary 10110101 1111111 10010000 0 11110 10100 11101 101010101 11011 111100

Color Harmonies of #B57F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57F90

Black with #B57F90

Text Example


Text Example

White with #B57F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57F90; }

 p { color: rgb(181,127,144); }

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

background-color css

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

 a { background-color: rgb(181,127,144); }

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

border-color css

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

 span { border-color: rgb(181,127,144); }

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