Html Css Color HEX #B5758D Tapestry

📋 copy color: '#B5758D'

red 181 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #B5758D

Tints of Tapestry #B5758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.12%

R = 41.23%
G = 26.65%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5758D (or 0xB5758D) is known color: Tapestry. HEX triplet: B5, 75 and 8D. RGB value is (181,117,141). Sum of RGB (Red+Green+Blue) = 181+117+141=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5758D is #4A8A72. Grayscale: #8A8A8A. Windows color (decimal): -4885107 or 9270709. OLE color: 9270709.

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

Color convert

RGB 181 117 141 -
CMYK 0 0.35 0.22 0.29
HSL 337.5º 0.3% 0.58% -
HSV(B) 337.5º 0.35% 0.71% -
XYZ 30.23 24.47 28.33 -
YUV 138.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 181 117 141 0 0.35 0.22 0.29 337.5 0.3 0.58
Hex B5 75 8D 0 23 16 1D 152 1E 3A
Octal 265 165 215 0 43 26 35 522 36 72
Binary 10110101 1110101 10001101 0 100011 10110 11101 101010010 11110 111010

Color Harmonies of #B5758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5758D

Black with #B5758D

Text Example


Text Example

White with #B5758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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