Html Css Color HEX #B0868E Tapestry

📋 copy color: '#B0868E'

red 176 ◦ green 134 ◦ blue 142

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

Shades of Tapestry #B0868E

Tints of Tapestry #B0868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 38.94%
G = 29.65%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0868E (or 0xB0868E) is known color: Tapestry. HEX triplet: B0, 86 and 8E. RGB value is (176,134,142). Sum of RGB (Red+Green+Blue) = 176+134+142=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0868E is #4F7971. Grayscale: #939393. Windows color (decimal): -5208434 or 9340592. OLE color: 9340592.

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

Color convert

RGB 176 134 142 -
CMYK 0 0.24 0.19 0.31
HSL 348.57º 0.21% 0.61% -
HSV(B) 348.57º 0.24% 0.69% -
XYZ 31.31 28.23 29.39 -
YUV 147.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 176 134 142 0 0.24 0.19 0.31 348.57 0.21 0.61
Hex B0 86 8E 0 18 13 1F 15D 15 3D
Octal 260 206 216 0 30 23 37 535 25 75
Binary 10110000 10000110 10001110 0 11000 10011 11111 101011101 10101 111101

Color Harmonies of #B0868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0868E

Black with #B0868E

Text Example


Text Example

White with #B0868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0868E; }

 p { color: rgb(176,134,142); }

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

background-color css

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

 a { background-color: rgb(176,134,142); }

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

border-color css

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

 span { border-color: rgb(176,134,142); }

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