Html Css Color HEX #B1858D Tapestry

📋 copy color: '#B1858D'

red 177 ◦ green 133 ◦ blue 141

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

Shades of Tapestry #B1858D

Tints of Tapestry #B1858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 141 (55.47% from 255) = 31.26%

R = 39.25%
G = 29.49%
B = 31.26%

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

#B1858D (or 0xB1858D) is known color: Tapestry. HEX triplet: B1, 85 and 8D. RGB value is (177,133,141). Sum of RGB (Red+Green+Blue) = 177+133+141=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858D is #4E7A72. Grayscale: #939393. Windows color (decimal): -5143155 or 9274801. OLE color: 9274801.

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

Color convert

RGB 177 133 141 -
CMYK 0 0.25 0.20 0.31
HSL 349.09º 0.22% 0.61% -
HSV(B) 349.09º 0.25% 0.69% -
XYZ 31.33 28.05 28.96 -
YUV 147.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 177 133 141 0 0.25 0.20 0.31 349.09 0.22 0.61
Hex B1 85 8D 0 19 14 1F 15D 16 3D
Octal 261 205 215 0 31 24 37 535 26 75
Binary 10110001 10000101 10001101 0 11001 10100 11111 101011101 10110 111101

Color Harmonies of #B1858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1858D

Black with #B1858D

Text Example


Text Example

White with #B1858D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1858D; }

 p { color: rgb(177,133,141); }

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

background-color css

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

 a { background-color: rgb(177,133,141); }

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

border-color css

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

 span { border-color: rgb(177,133,141); }

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