Html Css Color HEX #B57A8A Tapestry

📋 copy color: '#B57A8A'

red 181 ◦ green 122 ◦ blue 138

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

Shades of Tapestry #B57A8A

Tints of Tapestry #B57A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 41.04%
G = 27.66%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B57A8A (or 0xB57A8A) is known color: Tapestry. HEX triplet: B5, 7A and 8A. RGB value is (181,122,138). Sum of RGB (Red+Green+Blue) = 181+122+138=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A8A is #4A8575. Grayscale: #8D8D8D. Windows color (decimal): -4883830 or 9075381. OLE color: 9075381.

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

Color convert

RGB 181 122 138 -
CMYK 0 0.33 0.24 0.29
HSL 343.73º 0.29% 0.59% -
HSV(B) 343.73º 0.33% 0.71% -
XYZ 30.6 25.58 27.37 -
YUV 141.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 181 122 138 0 0.33 0.24 0.29 343.73 0.29 0.59
Hex B5 7A 8A 0 21 18 1D 158 1D 3B
Octal 265 172 212 0 41 30 35 530 35 73
Binary 10110101 1111010 10001010 0 100001 11000 11101 101011000 11101 111011

Color Harmonies of #B57A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A8A

Black with #B57A8A

Text Example


Text Example

White with #B57A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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