Html Css Color HEX #B1848C Tapestry

📋 copy color: '#B1848C'

red 177 ◦ green 132 ◦ blue 140

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

Shades of Tapestry #B1848C

Tints of Tapestry #B1848C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 39.42%
G = 29.4%
B = 31.18%

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

#B1848C (or 0xB1848C) is known color: Tapestry. HEX triplet: B1, 84 and 8C. RGB value is (177,132,140). Sum of RGB (Red+Green+Blue) = 177+132+140=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1848C is #4E7B73. Grayscale: #929292. Windows color (decimal): -5143412 or 9209009. OLE color: 9209009.

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

Color convert

RGB 177 132 140 -
CMYK 0 0.25 0.21 0.31
HSL 349.33º 0.22% 0.61% -
HSV(B) 349.33º 0.25% 0.69% -
XYZ 31.12 27.74 28.53 -
YUV 146.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 177 132 140 0 0.25 0.21 0.31 349.33 0.22 0.61
Hex B1 84 8C 0 19 15 1F 15D 16 3D
Octal 261 204 214 0 31 25 37 535 26 75
Binary 10110001 10000100 10001100 0 11001 10101 11111 101011101 10110 111101

Color Harmonies of #B1848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1848C

Black with #B1848C

Text Example


Text Example

White with #B1848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1848C; }

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

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

background-color css

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

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

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

border-color css

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

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

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