Html Css Color HEX #B57D90 Tapestry

📋 copy color: '#B57D90'

red 181 ◦ green 125 ◦ blue 144

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

Shades of Tapestry #B57D90

Tints of Tapestry #B57D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.78%

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

R = 40.22%
G = 27.78%
B = 32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B57D90 (or 0xB57D90) is known color: Tapestry. HEX triplet: B5, 7D and 90. RGB value is (181,125,144). Sum of RGB (Red+Green+Blue) = 181+125+144=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57D90 is #4A826F. Grayscale: #8F8F8F. Windows color (decimal): -4883056 or 9469365. OLE color: 9469365.

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

Color convert

RGB 181 125 144 -
CMYK 0 0.31 0.20 0.29
HSL 339.64º 0.27% 0.6% -
HSV(B) 339.64º 0.31% 0.71% -
XYZ 31.42 26.5 29.85 -
YUV 143.91 128.05 154.46 -
System Red Green Blue C M Y K H S L
Decimal 181 125 144 0 0.31 0.20 0.29 339.64 0.27 0.6
Hex B5 7D 90 0 1F 14 1D 154 1B 3C
Octal 265 175 220 0 37 24 35 524 33 74
Binary 10110101 1111101 10010000 0 11111 10100 11101 101010100 11011 111100

Color Harmonies of #B57D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57D90

Black with #B57D90

Text Example


Text Example

White with #B57D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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