Html Css Color HEX #B0858C Tapestry

📋 copy color: '#B0858C'

red 176 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #B0858C

Tints of Tapestry #B0858C

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

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

R = 39.2%
G = 29.62%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0858C (or 0xB0858C) is known color: Tapestry. HEX triplet: B0, 85 and 8C. RGB value is (176,133,140). Sum of RGB (Red+Green+Blue) = 176+133+140=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B0858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0858C is #4F7A73. Grayscale: #929292. Windows color (decimal): -5208692 or 9209264. OLE color: 9209264.

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

Color convert

RGB 176 133 140 -
CMYK 0 0.24 0.20 0.31
HSL 350.23º 0.21% 0.61% -
HSV(B) 350.23º 0.24% 0.69% -
XYZ 31.03 27.9 28.56 -
YUV 146.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 176 133 140 0 0.24 0.20 0.31 350.23 0.21 0.61
Hex B0 85 8C 0 18 14 1F 15E 15 3D
Octal 260 205 214 0 30 24 37 536 25 75
Binary 10110000 10000101 10001100 0 11000 10100 11111 101011110 10101 111101

Color Harmonies of #B0858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0858C

Black with #B0858C

Text Example


Text Example

White with #B0858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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