Html Css Color HEX #B1717D Tapestry

📋 copy color: '#B1717D'

red 177 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #B1717D

Tints of Tapestry #B1717D

RGB

 RED value IS 177 (69.53% from 255) = 42.65%

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

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

R = 42.65%
G = 27.23%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1717D (or 0xB1717D) is known color: Tapestry. HEX triplet: B1, 71 and 7D. RGB value is (177,113,125). Sum of RGB (Red+Green+Blue) = 177+113+125=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 177 - color contains mainly: red. Hex color #B1717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1717D is #4E8E82. Grayscale: #858585. Windows color (decimal): -5148291 or 8221105. OLE color: 8221105.

HSL color Cylindrical-coordinate representation of color #B1717D: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1717D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 113 125 -
CMYK 0 0.36 0.29 0.31
HSL 348.75º 0.29% 0.57% -
HSV(B) 348.75º 0.36% 0.69% -
XYZ 27.74 22.64 22.31 -
YUV 133.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 177 113 125 0 0.36 0.29 0.31 348.75 0.29 0.57
Hex B1 71 7D 0 24 1D 1F 15D 1D 39
Octal 261 161 175 0 44 35 37 535 35 71
Binary 10110001 1110001 1111101 0 100100 11101 11111 101011101 11101 111001

Color Harmonies of #B1717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1717D

Black with #B1717D

Text Example


Text Example

White with #B1717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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