Html Css Color HEX #B5717E Tapestry

📋 copy color: '#B5717E'

red 181 ◦ green 113 ◦ blue 126

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

Shades of Tapestry #B5717E

Tints of Tapestry #B5717E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.9%

 BLUE value IS 126 (49.61% from 255) = 30%

R = 43.1%
G = 26.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5717E (or 0xB5717E) is known color: Tapestry. HEX triplet: B5, 71 and 7E. RGB value is (181,113,126). Sum of RGB (Red+Green+Blue) = 181+113+126=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B5717E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5717E is #4A8E81. Grayscale: #868686. Windows color (decimal): -4886146 or 8286645. OLE color: 8286645.

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

Color convert

RGB 181 113 126 -
CMYK 0 0.38 0.30 0.29
HSL 348.53º 0.31% 0.58% -
HSV(B) 348.53º 0.38% 0.71% -
XYZ 28.73 23.14 22.69 -
YUV 134.81 123.03 160.94 -
System Red Green Blue C M Y K H S L
Decimal 181 113 126 0 0.38 0.30 0.29 348.53 0.31 0.58
Hex B5 71 7E 0 26 1E 1D 15D 1F 3A
Octal 265 161 176 0 46 36 35 535 37 72
Binary 10110101 1110001 1111110 0 100110 11110 11101 101011101 11111 111010

Color Harmonies of #B5717E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5717E

Black with #B5717E

Text Example


Text Example

White with #B5717E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5717E; }

 p { color: rgb(181,113,126); }

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

background-color css

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

 a { background-color: rgb(181,113,126); }

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

border-color css

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

 span { border-color: rgb(181,113,126); }

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