Html Css Color HEX #B1848E Tapestry

📋 copy color: '#B1848E'

red 177 ◦ green 132 ◦ blue 142

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

Shades of Tapestry #B1848E

Tints of Tapestry #B1848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

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

R = 39.25%
G = 29.27%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1848E (or 0xB1848E) is known color: Tapestry. HEX triplet: B1, 84 and 8E. RGB value is (177,132,142). Sum of RGB (Red+Green+Blue) = 177+132+142=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848E is #4E7B71. Grayscale: #929292. Windows color (decimal): -5143410 or 9340081. OLE color: 9340081.

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

Color convert

RGB 177 132 142 -
CMYK 0 0.25 0.20 0.31
HSL 346.67º 0.22% 0.61% -
HSV(B) 346.67º 0.25% 0.69% -
XYZ 31.27 27.8 29.31 -
YUV 146.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 177 132 142 0 0.25 0.20 0.31 346.67 0.22 0.61
Hex B1 84 8E 0 19 14 1F 15B 16 3D
Octal 261 204 216 0 31 24 37 533 26 75
Binary 10110001 10000100 10001110 0 11001 10100 11111 101011011 10110 111101

Color Harmonies of #B1848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1848E

Black with #B1848E

Text Example


Text Example

White with #B1848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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