Html Css Color HEX #B5758C Tapestry

📋 copy color: '#B5758C'

red 181 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #B5758C

Tints of Tapestry #B5758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 41.32%
G = 26.71%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5758C (or 0xB5758C) is known color: Tapestry. HEX triplet: B5, 75 and 8C. RGB value is (181,117,140). Sum of RGB (Red+Green+Blue) = 181+117+140=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5758C is #4A8A73. Grayscale: #8A8A8A. Windows color (decimal): -4885108 or 9205173. OLE color: 9205173.

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

Color convert

RGB 181 117 140 -
CMYK 0 0.35 0.23 0.29
HSL 338.44º 0.3% 0.58% -
HSV(B) 338.44º 0.35% 0.71% -
XYZ 30.15 24.44 27.94 -
YUV 138.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 181 117 140 0 0.35 0.23 0.29 338.44 0.3 0.58
Hex B5 75 8C 0 23 17 1D 152 1E 3A
Octal 265 165 214 0 43 27 35 522 36 72
Binary 10110101 1110101 10001100 0 100011 10111 11101 101010010 11110 111010

Color Harmonies of #B5758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5758C

Black with #B5758C

Text Example


Text Example

White with #B5758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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