Html Css Color HEX #B1858C Tapestry

📋 copy color: '#B1858C'

red 177 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #B1858C

Tints of Tapestry #B1858C

RGB

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

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

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

R = 39.33%
G = 29.56%
B = 31.11%

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

#B1858C (or 0xB1858C) is known color: Tapestry. HEX triplet: B1, 85 and 8C. RGB value is (177,133,140). Sum of RGB (Red+Green+Blue) = 177+133+140=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1858C is #4E7A73. Grayscale: #929292. Windows color (decimal): -5143156 or 9209265. OLE color: 9209265.

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

Color convert

RGB 177 133 140 -
CMYK 0 0.25 0.21 0.31
HSL 350.45º 0.22% 0.61% -
HSV(B) 350.45º 0.25% 0.69% -
XYZ 31.25 28.02 28.57 -
YUV 146.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 177 133 140 0 0.25 0.21 0.31 350.45 0.22 0.61
Hex B1 85 8C 0 19 15 1F 15E 16 3D
Octal 261 205 214 0 31 25 37 536 26 75
Binary 10110001 10000101 10001100 0 11001 10101 11111 101011110 10110 111101

Color Harmonies of #B1858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1858C

Black with #B1858C

Text Example


Text Example

White with #B1858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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