Html Css Color HEX #B57488 Tapestry

📋 copy color: '#B57488'

red 181 ◦ green 116 ◦ blue 136

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

Shades of Tapestry #B57488

Tints of Tapestry #B57488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 41.8%
G = 26.79%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B57488 (or 0xB57488) is known color: Tapestry. HEX triplet: B5, 74 and 88. RGB value is (181,116,136). Sum of RGB (Red+Green+Blue) = 181+116+136=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B57488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57488 is #4A8B77. Grayscale: #898989. Windows color (decimal): -4885368 or 8942773. OLE color: 8942773.

HSL color Cylindrical-coordinate representation of color #B57488: hue angle of 341.54º 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 #B57488 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 136 -
CMYK 0 0.36 0.25 0.29
HSL 341.54º 0.31% 0.58% -
HSV(B) 341.54º 0.36% 0.71% -
XYZ 29.75 24.09 26.38 -
YUV 137.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 181 116 136 0 0.36 0.25 0.29 341.54 0.31 0.58
Hex B5 74 88 0 24 19 1D 156 1F 3A
Octal 265 164 210 0 44 31 35 526 37 72
Binary 10110101 1110100 10001000 0 100100 11001 11101 101010110 11111 111010

Color Harmonies of #B57488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57488

Black with #B57488

Text Example


Text Example

White with #B57488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57488; }

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

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

background-color css

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

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

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

border-color css

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

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

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