Html Css Color HEX #B1828E Tapestry

📋 copy color: '#B1828E'

red 177 ◦ green 130 ◦ blue 142

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

Shades of Tapestry #B1828E

Tints of Tapestry #B1828E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 39.42%
G = 28.95%
B = 31.63%

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

#B1828E (or 0xB1828E) is known color: Tapestry. HEX triplet: B1, 82 and 8E. RGB value is (177,130,142). Sum of RGB (Red+Green+Blue) = 177+130+142=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828E is #4E7D71. Grayscale: #919191. Windows color (decimal): -5143922 or 9339569. OLE color: 9339569.

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

Color convert

RGB 177 130 142 -
CMYK 0 0.27 0.20 0.31
HSL 344.68º 0.23% 0.6% -
HSV(B) 344.68º 0.27% 0.69% -
XYZ 31 27.27 29.22 -
YUV 145.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 177 130 142 0 0.27 0.20 0.31 344.68 0.23 0.6
Hex B1 82 8E 0 1B 14 1F 159 17 3C
Octal 261 202 216 0 33 24 37 531 27 74
Binary 10110001 10000010 10001110 0 11011 10100 11111 101011001 10111 111100

Color Harmonies of #B1828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1828E

Black with #B1828E

Text Example


Text Example

White with #B1828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1828E; }

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

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

background-color css

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

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

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

border-color css

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

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

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