Html Css Color HEX #B1828D Tapestry

📋 copy color: '#B1828D'

red 177 ◦ green 130 ◦ blue 141

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

Shades of Tapestry #B1828D

Tints of Tapestry #B1828D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.02%

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

R = 39.51%
G = 29.02%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1828D (or 0xB1828D) is known color: Tapestry. HEX triplet: B1, 82 and 8D. RGB value is (177,130,141). Sum of RGB (Red+Green+Blue) = 177+130+141=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828D is #4E7D72. Grayscale: #919191. Windows color (decimal): -5143923 or 9274033. OLE color: 9274033.

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

Color convert

RGB 177 130 141 -
CMYK 0 0.27 0.20 0.31
HSL 345.96º 0.23% 0.6% -
HSV(B) 345.96º 0.27% 0.69% -
XYZ 30.92 27.24 28.83 -
YUV 145.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 177 130 141 0 0.27 0.20 0.31 345.96 0.23 0.6
Hex B1 82 8D 0 1B 14 1F 15A 17 3C
Octal 261 202 215 0 33 24 37 532 27 74
Binary 10110001 10000010 10001101 0 11011 10100 11111 101011010 10111 111100

Color Harmonies of #B1828D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1828D

Black with #B1828D

Text Example


Text Example

White with #B1828D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1828D; }

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

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

background-color css

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

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

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

border-color css

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

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

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