Html Css Color HEX #B1718A Tapestry

📋 copy color: '#B1718A'

red 177 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #B1718A

Tints of Tapestry #B1718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 41.36%
G = 26.4%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1718A (or 0xB1718A) is known color: Tapestry. HEX triplet: B1, 71 and 8A. RGB value is (177,113,138). Sum of RGB (Red+Green+Blue) = 177+113+138=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B1718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1718A is #4E8E75. Grayscale: #868686. Windows color (decimal): -5148278 or 9073073. OLE color: 9073073.

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

Color convert

RGB 177 113 138 -
CMYK 0 0.36 0.22 0.31
HSL 336.56º 0.29% 0.57% -
HSV(B) 336.56º 0.36% 0.69% -
XYZ 28.62 22.99 26.97 -
YUV 134.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 177 113 138 0 0.36 0.22 0.31 336.56 0.29 0.57
Hex B1 71 8A 0 24 16 1F 151 1D 39
Octal 261 161 212 0 44 26 37 521 35 71
Binary 10110001 1110001 10001010 0 100100 10110 11111 101010001 11101 111001

Color Harmonies of #B1718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1718A

Black with #B1718A

Text Example


Text Example

White with #B1718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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