Html Css Color HEX #B57988 Tapestry

📋 copy color: '#B57988'

red 181 ◦ green 121 ◦ blue 136

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

Shades of Tapestry #B57988

Tints of Tapestry #B57988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.63%

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

R = 41.32%
G = 27.63%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B57988 (or 0xB57988) is known color: Tapestry. HEX triplet: B5, 79 and 88. RGB value is (181,121,136). Sum of RGB (Red+Green+Blue) = 181+121+136=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B57988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57988 is #4A8677. Grayscale: #8C8C8C. Windows color (decimal): -4884088 or 8944053. OLE color: 8944053.

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

Color convert

RGB 181 121 136 -
CMYK 0 0.33 0.25 0.29
HSL 345º 0.29% 0.59% -
HSV(B) 345º 0.33% 0.71% -
XYZ 30.34 25.28 26.57 -
YUV 140.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 181 121 136 0 0.33 0.25 0.29 345 0.29 0.59
Hex B5 79 88 0 21 19 1D 159 1D 3B
Octal 265 171 210 0 41 31 35 531 35 73
Binary 10110101 1111001 10001000 0 100001 11001 11101 101011001 11101 111011

Color Harmonies of #B57988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57988

Black with #B57988

Text Example


Text Example

White with #B57988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57988; }

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

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

background-color css

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

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

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

border-color css

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

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

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