Html Css Color HEX #B57A94 Tapestry

📋 copy color: '#B57A94'

red 181 ◦ green 122 ◦ blue 148

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

Shades of Tapestry #B57A94

Tints of Tapestry #B57A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.05%

 BLUE value IS 148 (58.2% from 255) = 32.82%

R = 40.13%
G = 27.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B57A94 (or 0xB57A94) is known color: Tapestry. HEX triplet: B5, 7A and 94. RGB value is (181,122,148). Sum of RGB (Red+Green+Blue) = 181+122+148=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A94 is #4A856B. Grayscale: #8E8E8E. Windows color (decimal): -4883820 or 9730741. OLE color: 9730741.

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

Color convert

RGB 181 122 148 -
CMYK 0 0.33 0.18 0.29
HSL 333.56º 0.29% 0.59% -
HSV(B) 333.56º 0.33% 0.71% -
XYZ 31.36 25.88 31.36 -
YUV 142.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 181 122 148 0 0.33 0.18 0.29 333.56 0.29 0.59
Hex B5 7A 94 0 21 12 1D 14E 1D 3B
Octal 265 172 224 0 41 22 35 516 35 73
Binary 10110101 1111010 10010100 0 100001 10010 11101 101001110 11101 111011

Color Harmonies of #B57A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A94

Black with #B57A94

Text Example


Text Example

White with #B57A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A94; }

 p { color: rgb(181,122,148); }

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

background-color css

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

 a { background-color: rgb(181,122,148); }

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

border-color css

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

 span { border-color: rgb(181,122,148); }

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