Html Css Color HEX #B5717D Tapestry

📋 copy color: '#B5717D'

red 181 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #B5717D

Tints of Tapestry #B5717D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 43.2%
G = 26.97%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5717D (or 0xB5717D) is known color: Tapestry. HEX triplet: B5, 71 and 7D. RGB value is (181,113,125). Sum of RGB (Red+Green+Blue) = 181+113+125=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5717D is #4A8E82. Grayscale: #868686. Windows color (decimal): -4886147 or 8221109. OLE color: 8221109.

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

Color convert

RGB 181 113 125 -
CMYK 0 0.38 0.31 0.29
HSL 349.41º 0.31% 0.58% -
HSV(B) 349.41º 0.38% 0.71% -
XYZ 28.66 23.11 22.35 -
YUV 134.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 181 113 125 0 0.38 0.31 0.29 349.41 0.31 0.58
Hex B5 71 7D 0 26 1F 1D 15D 1F 3A
Octal 265 161 175 0 46 37 35 535 37 72
Binary 10110101 1110001 1111101 0 100110 11111 11101 101011101 11111 111010

Color Harmonies of #B5717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5717D

Black with #B5717D

Text Example


Text Example

White with #B5717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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