Html Css Color HEX #B3717F Tapestry

📋 copy color: '#B3717F'

red 179 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #B3717F

Tints of Tapestry #B3717F

RGB

 RED value IS 179 (70.31% from 255) = 42.72%

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

 BLUE value IS 127 (50% from 255) = 30.31%

R = 42.72%
G = 26.97%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3717F (or 0xB3717F) is known color: Tapestry. HEX triplet: B3, 71 and 7F. RGB value is (179,113,127). Sum of RGB (Red+Green+Blue) = 179+113+127=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B3717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3717F is #4C8E80. Grayscale: #868686. Windows color (decimal): -5017217 or 8352179. OLE color: 8352179.

HSL color Cylindrical-coordinate representation of color #B3717F: hue angle of 347.27º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3717F is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 127 -
CMYK 0 0.37 0.29 0.30
HSL 347.27º 0.3% 0.57% -
HSV(B) 347.27º 0.37% 0.7% -
XYZ 28.33 22.93 23.01 -
YUV 134.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 179 113 127 0 0.37 0.29 0.30 347.27 0.3 0.57
Hex B3 71 7F 0 25 1D 1E 15B 1E 39
Octal 263 161 177 0 45 35 36 533 36 71
Binary 10110011 1110001 1111111 0 100101 11101 11110 101011011 11110 111001

Color Harmonies of #B3717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3717F

Black with #B3717F

Text Example


Text Example

White with #B3717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3717F; }

 p { color: rgb(179,113,127); }

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

background-color css

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

 a { background-color: rgb(179,113,127); }

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

border-color css

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

 span { border-color: rgb(179,113,127); }

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