Html Css Color HEX #B1848B Tapestry

📋 copy color: '#B1848B'

red 177 ◦ green 132 ◦ blue 139

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

Shades of Tapestry #B1848B

Tints of Tapestry #B1848B

RGB

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

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

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

R = 39.51%
G = 29.46%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1848B (or 0xB1848B) is known color: Tapestry. HEX triplet: B1, 84 and 8B. RGB value is (177,132,139). Sum of RGB (Red+Green+Blue) = 177+132+139=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848B is #4E7B74. Grayscale: #929292. Windows color (decimal): -5143413 or 9143473. OLE color: 9143473.

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

Color convert

RGB 177 132 139 -
CMYK 0 0.25 0.21 0.31
HSL 350.67º 0.22% 0.61% -
HSV(B) 350.67º 0.25% 0.69% -
XYZ 31.04 27.71 28.14 -
YUV 146.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 177 132 139 0 0.25 0.21 0.31 350.67 0.22 0.61
Hex B1 84 8B 0 19 15 1F 15F 16 3D
Octal 261 204 213 0 31 25 37 537 26 75
Binary 10110001 10000100 10001011 0 11001 10101 11111 101011111 10110 111101

Color Harmonies of #B1848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1848B

Black with #B1848B

Text Example


Text Example

White with #B1848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1848B; }

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

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

background-color css

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

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

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

border-color css

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

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

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