Html Css Color HEX #B1828A Tapestry

📋 copy color: '#B1828A'

red 177 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #B1828A

Tints of Tapestry #B1828A

RGB

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

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

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

R = 39.78%
G = 29.21%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1828A (or 0xB1828A) is known color: Tapestry. HEX triplet: B1, 82 and 8A. RGB value is (177,130,138). Sum of RGB (Red+Green+Blue) = 177+130+138=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1828A is #4E7D75. Grayscale: #909090. Windows color (decimal): -5143926 or 9077425. OLE color: 9077425.

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

Color convert

RGB 177 130 138 -
CMYK 0 0.27 0.22 0.31
HSL 349.79º 0.23% 0.6% -
HSV(B) 349.79º 0.27% 0.69% -
XYZ 30.7 27.15 27.67 -
YUV 144.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 177 130 138 0 0.27 0.22 0.31 349.79 0.23 0.6
Hex B1 82 8A 0 1B 16 1F 15E 17 3C
Octal 261 202 212 0 33 26 37 536 27 74
Binary 10110001 10000010 10001010 0 11011 10110 11111 101011110 10111 111100

Color Harmonies of #B1828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1828A

Black with #B1828A

Text Example


Text Example

White with #B1828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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