Html Css Color HEX #B1868D Tapestry

📋 copy color: '#B1868D'

red 177 ◦ green 134 ◦ blue 141

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

Shades of Tapestry #B1868D

Tints of Tapestry #B1868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 39.16%
G = 29.65%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1868D (or 0xB1868D) is known color: Tapestry. HEX triplet: B1, 86 and 8D. RGB value is (177,134,141). Sum of RGB (Red+Green+Blue) = 177+134+141=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1868D is #4E7972. Grayscale: #939393. Windows color (decimal): -5142899 or 9275057. OLE color: 9275057.

HSL color Cylindrical-coordinate representation of color #B1868D: hue angle of 350.23º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1868D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 134 141 -
CMYK 0 0.24 0.20 0.31
HSL 350.23º 0.22% 0.61% -
HSV(B) 350.23º 0.24% 0.69% -
XYZ 31.46 28.32 29.01 -
YUV 147.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 177 134 141 0 0.24 0.20 0.31 350.23 0.22 0.61
Hex B1 86 8D 0 18 14 1F 15E 16 3D
Octal 261 206 215 0 30 24 37 536 26 75
Binary 10110001 10000110 10001101 0 11000 10100 11111 101011110 10110 111101

Color Harmonies of #B1868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1868D

Black with #B1868D

Text Example


Text Example

White with #B1868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1868D; }

 p { color: rgb(177,134,141); }

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

background-color css

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

 a { background-color: rgb(177,134,141); }

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

border-color css

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

 span { border-color: rgb(177,134,141); }

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