Html Css Color HEX #B5757C Tapestry

📋 copy color: '#B5757C'

red 181 ◦ green 117 ◦ blue 124

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

Shades of Tapestry #B5757C

Tints of Tapestry #B5757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.73%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 42.89%
G = 27.73%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5757C (or 0xB5757C) is known color: Tapestry. HEX triplet: B5, 75 and 7C. RGB value is (181,117,124). Sum of RGB (Red+Green+Blue) = 181+117+124=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5757C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5757C is #4A8A83. Grayscale: #888888. Windows color (decimal): -4885124 or 8156597. OLE color: 8156597.

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

Color convert

RGB 181 117 124 -
CMYK 0 0.35 0.31 0.29
HSL 353.44º 0.3% 0.58% -
HSV(B) 353.44º 0.35% 0.71% -
XYZ 29.06 24 22.17 -
YUV 136.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 181 117 124 0 0.35 0.31 0.29 353.44 0.3 0.58
Hex B5 75 7C 0 23 1F 1D 161 1E 3A
Octal 265 165 174 0 43 37 35 541 36 72
Binary 10110101 1110101 1111100 0 100011 11111 11101 101100001 11110 111010

Color Harmonies of #B5757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5757C

Black with #B5757C

Text Example


Text Example

White with #B5757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5757C; }

 p { color: rgb(181,117,124); }

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

background-color css

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

 a { background-color: rgb(181,117,124); }

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

border-color css

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

 span { border-color: rgb(181,117,124); }

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