Html Css Color HEX #B1838E Tapestry

📋 copy color: '#B1838E'

red 177 ◦ green 131 ◦ blue 142

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

Shades of Tapestry #B1838E

Tints of Tapestry #B1838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 39.33%
G = 29.11%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1838E (or 0xB1838E) is known color: Tapestry. HEX triplet: B1, 83 and 8E. RGB value is (177,131,142). Sum of RGB (Red+Green+Blue) = 177+131+142=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1838E is #4E7C71. Grayscale: #929292. Windows color (decimal): -5143666 or 9339825. OLE color: 9339825.

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

Color convert

RGB 177 131 142 -
CMYK 0 0.26 0.20 0.31
HSL 345.65º 0.23% 0.6% -
HSV(B) 345.65º 0.26% 0.69% -
XYZ 31.13 27.53 29.26 -
YUV 146.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 177 131 142 0 0.26 0.20 0.31 345.65 0.23 0.6
Hex B1 83 8E 0 1A 14 1F 15A 17 3C
Octal 261 203 216 0 32 24 37 532 27 74
Binary 10110001 10000011 10001110 0 11010 10100 11111 101011010 10111 111100

Color Harmonies of #B1838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1838E

Black with #B1838E

Text Example


Text Example

White with #B1838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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