Html Css Color HEX #B1838B Tapestry

📋 copy color: '#B1838B'

red 177 ◦ green 131 ◦ blue 139

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

Shades of Tapestry #B1838B

Tints of Tapestry #B1838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 39.6%
G = 29.31%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1838B (or 0xB1838B) is known color: Tapestry. HEX triplet: B1, 83 and 8B. RGB value is (177,131,139). Sum of RGB (Red+Green+Blue) = 177+131+139=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1838B is #4E7C74. Grayscale: #919191. Windows color (decimal): -5143669 or 9143217. OLE color: 9143217.

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

Color convert

RGB 177 131 139 -
CMYK 0 0.26 0.21 0.31
HSL 349.57º 0.23% 0.6% -
HSV(B) 349.57º 0.26% 0.69% -
XYZ 30.91 27.44 28.09 -
YUV 145.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 177 131 139 0 0.26 0.21 0.31 349.57 0.23 0.6
Hex B1 83 8B 0 1A 15 1F 15E 17 3C
Octal 261 203 213 0 32 25 37 536 27 74
Binary 10110001 10000011 10001011 0 11010 10101 11111 101011110 10111 111100

Color Harmonies of #B1838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1838B

Black with #B1838B

Text Example


Text Example

White with #B1838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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