Html Css Color HEX #B1838F Tapestry

📋 copy color: '#B1838F'

red 177 ◦ green 131 ◦ blue 143

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

Shades of Tapestry #B1838F

Tints of Tapestry #B1838F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 39.25%
G = 29.05%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1838F (or 0xB1838F) is known color: Tapestry. HEX triplet: B1, 83 and 8F. RGB value is (177,131,143). Sum of RGB (Red+Green+Blue) = 177+131+143=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1838F is #4E7C70. Grayscale: #929292. Windows color (decimal): -5143665 or 9405361. OLE color: 9405361.

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

Color convert

RGB 177 131 143 -
CMYK 0 0.26 0.19 0.31
HSL 344.35º 0.23% 0.6% -
HSV(B) 344.35º 0.26% 0.69% -
XYZ 31.21 27.56 29.66 -
YUV 146.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 177 131 143 0 0.26 0.19 0.31 344.35 0.23 0.6
Hex B1 83 8F 0 1A 13 1F 158 17 3C
Octal 261 203 217 0 32 23 37 530 27 74
Binary 10110001 10000011 10001111 0 11010 10011 11111 101011000 10111 111100

Color Harmonies of #B1838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1838F

Black with #B1838F

Text Example


Text Example

White with #B1838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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